Skip to content

Releases: ductone/protoc-gen-pgdb

v0.4.4

09 Jun 22:12
317798e
Compare
Choose a tag to compare

What's Changed

  • minor improvements to FullTextSearchQuery by @pquerna in #79
  • Upgrade Dependency Tree [June 2024] by @pquerna in #80

Full Changelog: v0.4.3...v0.4.4

v0.4.3

04 May 21:42
bce0a59
Compare
Choose a tag to compare

What's Changed

  • Bump versions by @pquerna in #78
  • use LTE for udpated_at version guard, and use full table name expression by @pquerna in #77

Full Changelog: v0.4.2...v0.4.3

v0.4.2

04 May 20:54
fe0a2d7
Compare
Choose a tag to compare

What's Changed

  • Use column identifiers for the delete query. by @morgabra in #76

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

15 Apr 05:03
11f19ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

15 Apr 03:48
8362a2c
Compare
Choose a tag to compare

What's Changed

  • bump deps by @pquerna in #73
  • Add Field level support for inet type by @pquerna in #74
  • Fix mis-speling of BEHAVIOR (I before O except... well anyways)

Full Changelog: v0.3.12...v0.4.0

v0.3.12

05 Feb 18:23
80c020a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11 Add enum value option for vector size

18 Jan 00:09
0173e6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.10...v0.3.11

v0.3.10

13 Jan 04:50
21dbe38
Compare
Choose a tag to compare

What's Changed

  • Support putting the enum value in a separate package by @pquerna in #68

Full Changelog: v0.3.9...v0.3.10

Add vector mapping behavior support

12 Jan 00:14
a532d2d
Compare
Choose a tag to compare

What's Changed

  • Upgrade Dependencies January 2024 in #67
  • Add vector mapping behavior support by in #66

This adds support for creating a mapping for enums to a float array column in postgres.

Full Changelog: v0.3.8...v0.3.9

Add partitioned message option

10 Jan 18:40
4be91d8
Compare
Choose a tag to compare

This adds a message option partitioned to tell whether this descriptor should be partitioned or not.