This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
Releases: rinsed-org/ruby-snowflake-client
Releases · rinsed-org/ruby-snowflake-client
v1.3.4
What's Changed
- Revert "Merge pull request #18 from rinsed-org/feat/add-logs" by @alexstoick in #20
- Move constants declaration to Init block by @alexstoick in #22
Full Changelog: v1.3.0...v1.3.4
v1.3.0
What's Changed
- Add logs to debug the SEGFAULT by @alexstoick in #18
- Resolve leaking error message by @alexstoick in #19
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Remove unused C methods & some code moving by @alexstoick in #16
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Rename
details
tosentry_context
by @alexstoick in #15
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- More attempts to reduce SEGFAULTs by @alexstoick in #13
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
What's Changed
- Do not use
rb_raise
to gen exception from Go by @alexstoick in #9 - Remove
rb_raise
from connection by @alexstoick in #10 - Add release action by @alexstoick in #11
Full Changelog: v0.1.2...v1.0.1
v0.1.3-alpha3
What's Changed
- Remove
rb_raise
from connection by @alexstoick in #10
Full Changelog: v0.1.3-alpha2...v0.1.3-alpha3
v0.1.3-alpha2
What's Changed
- Do not use
rb_raise
to gen exception from Go by @alexstoick in #9
Full Changelog: v0.1.3-alpha...v0.1.3-alpha2
v0.1.3-alpha
Move require inside of module definition