Skip to content

Releases: bluelabsio/records-mover

v1.6.1 bump version to publish on PyPI

20 Dec 09:30
Compare
Choose a tag to compare

v1.6.0 Support SQLAlchemy 2.0, upgrade db-facts

20 Dec 07:49
5c8621a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.6.0

v1.5.4 CI improvements, better pandas dependency, internal code complexity fixes

12 Jun 16:07
07205a6
Compare
Choose a tag to compare

What's Changed

  • RM-74 ignore fileobject type for mypy typecheck by @Brunope in #238
  • RM-42 job config schema too complex by @Brunope in #231
  • RM-45-records_mover-db-redshift-records_copy.py-13-1-C901-redshift_copy_options-is-too-complex-27 by @ryantimjohn in #237
  • RM-80 add slack notifications for fail and deploy by @ryantimjohn in #241
  • RM-82 add circleCI passing badge by @ryantimjohn in #240
  • RM-44 Wrap determine_input_date_order_style in a handler object by @Brunope in #239
  • Rm 62 rewrite dependencies so we require pandas 1.3.5 and above and below 2.0.0 by @ryantimjohn in #243
  • RM-86 Error on Future and Deprecation Warnings by @ryantimjohn in #244
  • Change build fail slack channel by @Brunope in #248
  • release v1.5.4 by @Brunope in #249

Full Changelog: v1.5.3...v1.5.4

v1.5.3 Downgrade sqlalchemy-redshift, generate CLI docs, internal changes

05 Apr 18:01
ede26b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2 Update to compatibility with SQLAlchemy 1.4

27 Feb 15:17
8374c7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1 Update version in version.py

24 Feb 13:12
cd80d53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0 Add Airflow 2.0 support, fix broken tests, update many dependencies

23 Feb 14:59
d0283be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0 - Remove outdated dependencies, fix CircleCI build, add keepalives, handle np.float128 exceptions

13 Dec 21:24
5c689f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0 - Bigquery parameterized types and dep bumps

19 Jan 15:36
Compare
Choose a tag to compare

Breaking Changes

  • pybigquery was renamed sqlalchemy-bigquery, and this release now depends on this new package name. Please make sure you remove pybigquery from any existing environments and requirements files.

New features

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - BigQuery improvements, date/time improvements, nullable ints and more

02 Apr 21:12
Compare
Choose a tag to compare

Breaking changes:

  • None

New features:

Bug fixes / reliability improvements:

Other updates: