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