Releases: kodekoding/phastos
Releases · kodekoding/phastos
v2.44.1
What's Changed
Full Changelog: v2.44.0...v2.44.1
Features
Bug Fixes
Documentation
Tests
- test(monitoring): add unit tests for GetTraceId and GetLogLink
Maintenance
Dependencies
v2.44.0
What's Changed
Full Changelog: v2.43.10...v2.44.0
Features
- feat(monitoring): encapsulate trace ID and log link in monitoring package
Bug Fixes
Documentation
Tests
Maintenance
Dependencies
v2.43.10
What's Changed
Full Changelog: v2.43.9...v2.43.10
Features
Bug Fixes
- fix(db): do not swallow ErrNoRows for Postgres UPDATE, only for INSERT
Documentation
Tests
Maintenance
Dependencies
v2.43.9
What's Changed
Full Changelog: v2.43.8...v2.43.9
Features
Bug Fixes
- fix(db): add RETURNING id for Postgres UPDATE/UPDATE_BY_ID to populate LastInsertId
Documentation
Tests
Maintenance
Dependencies
v2.43.8
What's Changed
Full Changelog: v2.43.7...v2.43.8
Features
Bug Fixes
- fix(helper): prevent INSERT cols/vals mismatch when null.String has Valid=true but empty string
Documentation
Tests
Maintenance
Dependencies
v2.43.6
What's Changed
Full Changelog: v2.43.5...v2.43.6
Features
Bug Fixes
- fix(helper): skip all null types (Bool,Int,Float,etc) in update extraction, not just String
Documentation
Tests
Maintenance
Dependencies
v2.43.5
What's Changed
Full Changelog: v2.43.4...v2.43.5
Features
Bug Fixes
Documentation
Tests
Maintenance
Dependencies
v2.41.8
What's Changed
Full Changelog: v2.41.7...v2.41.8
Features
Bug Fixes
- fix(helper): handle null.String with 'null' value in update extraction
Documentation
Tests
Maintenance
Dependencies
v2.41.7
What's Changed
Full Changelog: v2.41.6...v2.41.7
Features
Bug Fixes
- fix(helper): skip nil fields entirely in update instead of setting to NULL
Documentation
Tests
- test(helper): update tests for skip-nil-instead-of-set-NULL behavior
- test(helper): update test for skip-nil behavior
Maintenance
Dependencies
v2.41.6
What's Changed
Full Changelog: v2.41.5...v2.41.6
Features
Bug Fixes
- fix(helper): use =? instead of =null for valid update values