Skip to content

Releases: nearform/temporal_tables

v1.0.1

06 Dec 11:22
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v1.0.0 by @optic-release-automation in #81
  • Fix NULL column issues with "Include the current version in history" mode by @NiklasPor in #82
  • test: Add tests for null column fix of current version in history feature by @bilalshareef in #83

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Dec 14:23
Compare
Choose a tag to compare

Breaking change

If you're using the set_system_time function, this release may affect you. We dropped support for the string format previously supported, in favor of the timestamptz format, which makes this compatible with the corresponding function of the original native extension.

This change is unlikely to break production environments because:

  1. the set_system_time function is not intended to be used regularly, apart from one-off scenarios or during testing
  2. a string format is still supported, but with limitations compared to what was supported until this release.

See the README for more details.

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v0.6.1 by @optic-release-automation in #77
  • feat: Remove tests duplication by leveraging original extension's test against this one by @bilalshareef in #79
  • feat!: Support timestamp input for set_system_time function and align its implementation with the original extension by @bilalshareef in #80

New Contributors

Full Changelog: v0.6.1...v1.0.0

v0.6.1

19 Nov 14:43
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v0.6.0 by @optic-release-automation in #72
  • fix(current_history): Fixed lower range not being set correctly when … by @kieranswhite in #75

Full Changelog: v0.6.0...v0.6.1

v0.6.0

01 Nov 17:27
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v0.5.0 by @optic-release-automation in #56
  • Bump actions/checkout from 3 to 4 by @dependabot in #57
  • Add set_system_time function by @radomird in #32
  • refactor: cleanup readme and include list of different cloud providers by @jack-robson in #58
  • Feature - Current version history by @kieranswhite in #71

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 Jul 15:01
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v0.4.2 by @optic-release-automation in #46
  • switch the org for optic-release-automation-action by @bredikhin in #48
  • fix: optic release action permissions by @grantmorrison in #50
  • #33: Fix trigger if table contains column with non-equality type for ignore_unchanged_values=false by @dzolo in #34
  • chore: update dependabot config by @williamlines in #53

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

03 Jan 10:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

11 Oct 15:27
783688a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/nearform/temporal_tables/commits/v0.4.1