Skip to content

Releases: pquerna/protoc-gen-dynamo

v0.6.0

13 Aug 18:04
bb419ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

Don't use deprecated proto module

04 May 17:16
57a8432
Compare
Choose a tag to compare

Use the newer proto module; Generally upgrade to buf stack, and upgrade deps.

Use v1 Proto Package Suffix

24 Aug 22:10
1de428d
Compare
Choose a tag to compare

Renames dynamo/dynamo.proto to dynamo/v1/dynamo.proto to better fit how buf is going within the ecosystem.

v0.3.1: Merge pull request #14 from pquerna/bt/no_sort_prefix

13 Sep 16:23
a27ad25
Compare
Choose a tag to compare

v0.3.0

13 Sep 05:29
4f937ce
Compare
Choose a tag to compare
  • Changes Partition/Sort and Compound keys into a single and easier to use Key concept.

v0.2.1

26 Mar 22:17
Compare
Choose a tag to compare
fix typ mismatch

v0.2.0: Merge pull request #12 from pquerna/pq/go_proto_upgrade

26 Mar 17:16
a370f79
Compare
Choose a tag to compare

NOTE: breaks on disk format due to changes in the stored type name. See #12

v0.1.6: Merge pull request #11 from pquerna/pq/uplift_version

23 Feb 01:00
48b714f
Compare
Choose a tag to compare
Uplift Version to a numeric Dynamo field

v0.1.5: Merge pull request #10 from loganintech/main

20 Jan 20:07
f42b313
Compare
Choose a tag to compare
Added Enum support to Compound Field

v0.1.4: Merge pull request #9 from pquerna/pq/deleted_at

06 Jan 17:38
627e157
Compare
Choose a tag to compare
Add deleted_at -> deleted:true|false support