Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-02 | 1.4 kB | |
v1.0.0 source code.tar.gz | 2024-12-02 | 14.9 kB | |
v1.0.0 source code.zip | 2024-12-02 | 34.2 kB | |
Totals: 3 Items | 50.4 kB | 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 https://github.com/nearform/temporal_tables/pull/77
- feat: Remove tests duplication by leveraging original extension's test against this one by @bilalshareef in https://github.com/nearform/temporal_tables/pull/79
- feat!: Support timestamp input for set_system_time function and align its implementation with the original extension by @bilalshareef in https://github.com/nearform/temporal_tables/pull/80
New Contributors
- @bilalshareef made their first contribution in https://github.com/nearform/temporal_tables/pull/79
Full Changelog: https://github.com/nearform/temporal_tables/compare/v0.6.1...v1.0.0