Skip to content

Releases: tulibraries/tulflow

More package updates

19 May 19:58
2ab3664
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

Package updates

24 Jan 15:37
14ee88f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

Upgrade airflow to 2.3.0

31 May 18:54
e8a90e5
Compare
Choose a tag to compare
Devo 562 airflow 2 updates (#261)

* Update python and packages

* Fix failing tests

* Fix deprecation warnings

* Update version

* Try different variable name

* Add try/except statement

* Add back sqlalchemy

* Remove try statement

* Try adding db init

* Undo db init

* Add dagrun to model import

* Fix failing tests

* Add session rollback

* Rollback at the end

* Try db init

* Remove rollback and add back deprecation warning fixes

Prep for Airflow 2

18 Jan 14:41
3d4b318
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

lxml update

15 Dec 21:02
30c40ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

CircleCI updates

06 Dec 19:15
31c3478
Compare
Choose a tag to compare

What's Changed

  • DEVO-484 Update circleci image and python version by @sensei100 in #191

Full Changelog: v0.8.3...v0.8.4

Add 504 error retry in harvest_oai task

28 Oct 13:34
506af51
Compare
Choose a tag to compare

What's Changed

  • BL-1512 Add 504 error retry in harvest_oai task by @ebtoner in #178

New Contributors

Full Changelog: v0.8.2...v0.8.3

Enforce utf-8 encoding in estring.tostring (v0.8.2)

15 Jun 19:18
652957d
Compare
Choose a tag to compare
Merge pull request #161 from tulibraries/use-utf8-in-validate-code

Always enforce utf-8 encoding.

Fix lxml update bug (v0.8.1)

27 May 20:47
97b1889
Compare
Choose a tag to compare
  • Update more places where utf-8 encoding is not being explicitly used.

Fix lxml update bug (v0.8.0)

23 Feb 20:31
f049319
Compare
Choose a tag to compare
Merge pull request #132 from tulibraries/DEVO-265-lxml-bug

DEVO-265: Update lxml version to latest.