Skip to content

Releases: skuid/picard

v0.0.35

09 Sep 19:02
b977fe3
Compare
Choose a tag to compare

PLIN-5295: CLI retrieve and deploy for Structured REST datasources (#104)
PLIN-5811-Fixed lookups by ForeignKey (#105)

v0.0.32

23 Mar 14:55
a5323bd
Compare
Choose a tag to compare
  • Adds support for operators "<", "<=", ">", and ">=" to tags.FieldFilter

v0.0.30

08 Dec 17:43
f06df5e
Compare
Choose a tag to compare
  • Allows for foreign keys in child upserts that are not to the primary key of the parent.

v0.0.29

16 Aug 20:16
42f2fc2
Compare
Choose a tag to compare
  • nil pointer check before dereference

v0.0.28

15 Aug 22:15
c18c9ff
Compare
Choose a tag to compare
  • Incorporate TagKey config value in jsoniter parse

v0.0.27

15 Aug 19:56
c262b2c
Compare
Choose a tag to compare
  • For compatibility with Go 1.18, reverts to upstream json-iterator.

v0.0.26

15 Jul 14:56
0088594
Compare
Choose a tag to compare
PLIN-3659: Improve Picard pointer handling (#96)

* PLIN-3659: add int64 handling

* PLIN-3659: error handling for unhandled types

* PLIN-3659: int32 edge case

* PLIN-3659: separate edge cases for each int and float type

v0.0.25

04 Feb 15:12
fd5471d
Compare
Choose a tag to compare

PLIN-3287: basic handling for pointers:

  • PLIN-3287: handling value as null pointer in serialize jsonb column

  • PLIN-3287: handling fields as pointers in hydration

Allow multiple joins on similar tables

04 May 15:15
ddcd570
Compare
Choose a tag to compare
PLIN-2582 (#93)

* PLIN-2582: add fixes for picard

* PLIN-3052: now with thread safety!

Add Go Modules support

17 Jun 00:12
1a3ac04
Compare
Choose a tag to compare
Merge pull request #89 from skuid/PLIN-2338-migrate-to-gomod

PLIN-2338 Migrate to Go modules