Skip to content

Releases: kodekoding/phastos

v2.44.1

10 Jun 14:21

Choose a tag to compare

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

10 Jun 10:16

Choose a tag to compare

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

07 Jun 23:33

Choose a tag to compare

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

07 Jun 18:02

Choose a tag to compare

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

05 Jun 19:30

Choose a tag to compare

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

04 Jun 12:58

Choose a tag to compare

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

04 Jun 10:28

Choose a tag to compare

What's Changed

Full Changelog: v2.43.4...v2.43.5

Features

Bug Fixes

Documentation

Tests

Maintenance

Dependencies

v2.41.8

04 Jun 09:42

Choose a tag to compare

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

04 Jun 08:26

Choose a tag to compare

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

04 Jun 06:42

Choose a tag to compare

What's Changed

Full Changelog: v2.41.5...v2.41.6

Features

Bug Fixes

  • fix(helper): use =? instead of =null for valid update values

Documentation

Tests

Maintenance

Dependencies