Skip to content

Releases: blockchain-etl/polygon-etl

v0.3.7

29 Jun 10:21
10c5b2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

15 May 10:01
28c2e53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

21 Mar 15:09
d44a8e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

21 Mar 11:43
a5801dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

01 Mar 20:49
a13304d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Feb 13:01
b176d77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Feb 16:33
bb70374
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Dec 15:14
fabc1aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

08 Dec 14:08
231d583
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

Update requirements

11 Oct 11:57
b1852a3
Compare
Choose a tag to compare

In preparation for upgrade to Composer 2

Requirements

  • Dev
    • loosen reqs since these are fairly optional
  • Test
    • pin jsonschema to match Composer 2 / Airflow 2
    • bump pytest and tox to latest versions
  • Cli
    • pin blockchain reqs (inc. base58) to prevent pip conflict surprises
    • leave non-blockchain reqs loose but compatible with Composer 2
    • note that click and requests are already installed in Composer 2 by default
  • Setup
    • remove support for python 3.6
    • going forward this will help to reduce dependency conflicts
    • bump the package version number
  • Also
    • GitHub workflows
    • disable Airflow Test, due to dependency conflicts with python 3.8 (e.g. pandas==0.25.1)
    • rename requirements.txt -> requirements_airflow.txt
    • fix a couple of incorrectly named tests