Releases: nearform/temporal_tables
Releases · nearform/temporal_tables
v1.0.1
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
- @NiklasPor made their first contribution in #82
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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:
- the
set_system_time
function is not intended to be used regularly, apart from one-off scenarios or during testing - 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
- @bilalshareef made their first contribution in #79
Full Changelog: v0.6.1...v1.0.0
v0.6.1
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
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
- @radomird made their first contribution in #32
- @jack-robson made their first contribution in #58
- @kieranswhite made their first contribution in #71
Full Changelog: v0.5.0...v0.6.0
v0.5.0
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
- @bredikhin made their first contribution in #48
- @grantmorrison made their first contribution in #50
- @dzolo made their first contribution in #34
- @williamlines made their first contribution in #53
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Update README.md by @benji-york in #44
- Fix lost updates with long running transactions by @paolochiodi in #29
- Bump nearform/optic-release-automation-action from 3 to 4 by @dependabot in #42
New Contributors
- @benji-york made their first contribution in #44
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Working fully qualified table name and tables in different schema from function by @dynajoe in #4
- Add CI with GitHub Actions by @paolochiodi in #19
- Ignore updates without actual changes by @paolochiodi in #20
- Parameter to ignore unchanged values by @ps2goat in #11
- Proper support for upper case table names by @paolochiodi in #21
- added a test case for tables in CamelCase by @yktv4 in #17
- Add GitHub Actions badge to readme by @paolochiodi in #22
- feat: add release workflow by @washingtonsoares in #38
- Bump actions/checkout from 2 to 3 by @dependabot in #39
- Don't create versions that would be identical to previous version by @nathanielobrown in #35
- feat: updating docs to clarify the "Ignore updates without actual change" section by @washingtonsoares in #40
New Contributors
- @dynajoe made their first contribution in #4
- @paolochiodi made their first contribution in #19
- @ps2goat made their first contribution in #11
- @yktv4 made their first contribution in #17
- @washingtonsoares made their first contribution in #38
- @dependabot made their first contribution in #39
- @nathanielobrown made their first contribution in #35
Full Changelog: https://github.com/nearform/temporal_tables/commits/v0.4.1