Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Releases: GoogleCloudPlatform/cloud-opensource-python

Compatibility_lib 0.0.11

02 Nov 20:56
6ca83ee

Choose a tag to compare

  • Update the tracked package list.

Compatibility_lib 0.0.10

12 Oct 00:26
d99e1c8

Choose a tag to compare

  • Use the latest version for dependency info. (#157)
  • Add third party package list to configs. (#158)

Compatibility_lib 0.0.9

10 Oct 23:33
7b1dd9d

Choose a tag to compare

  • Rename google-cloud-dataflow to apache-beam[gcp].

Compatibility_lib 0.0.8

02 Oct 17:34
781da59

Choose a tag to compare

  • Ignore wheel when checking for outdated dependencies.

Compatibility_lib 0.0.7

28 Sep 00:42
1f7edb1

Choose a tag to compare

  • Update to use requests instead of urllib in compatibility checker.

Compatibility_lib 0.0.6

19 Sep 23:17
7ca056b

Choose a tag to compare

  • Add a deprecated dependency finder which can detect if there are deprecated dependencies for a given package. (#81)
  • Ignore pip and setuptools in the outdated dependency highlighter. (#101)

Compatibility_lib 0.0.5

27 Aug 17:56
87a7005

Choose a tag to compare

  • Add the dependency highlighter for identifying the outdated dependencies for a given package and mark the priority for updating it based on a set of criteria. (#53)

Compatibility_lib 0.0.4

13 Aug 23:19
15d2f1b

Choose a tag to compare

  • Update the configs: remove deprecated packages; add config for the packages only support one of the Python versions(py2/py3).

Compatibility_lib 0.0.3

20 Jul 23:01
8c74aa7

Choose a tag to compare

  • Store release time and dependency info to BigQuery.
  • Add unit tests for compatibility checker.
  • Add unit tests for compatibility store.