Skip to content

Releases: Flytedesk/pack_api

v1.0.9

26 Feb 19:06
c3dc666

Choose a tag to compare

Update dependencies for security alerts (#10)

v1.0.8

03 Feb 16:15
3535468

Choose a tag to compare

Propagate optional_attributes to subclasses of Types::BaseType

v1.0.7

10 Dec 02:56
ad3a18b

Choose a tag to compare

This release fixes a bug in mapping attributes through the error hash, when the attribute is a model association (and is
already the associated record id, like ad_id vs just ad).

v1.0.6

04 Dec 20:34
7dbce28

Choose a tag to compare

Improvements

Reduce unnecessary work performed in attribute map in scenarios where only a select set of attributes needs to be mapped. In such cases, these attributes can be passed through the api_attributes_of_interest option and all other attributes will not be mapped. When no attributes are passed to this option, all attributes will continue to be mapped.

Bug Fixes

Provides accurate class name in error messages resulting from unknown attribute errors.

v1.0.5

03 Dec 21:55
79ccfc6

Choose a tag to compare

Fix bug in attribute mapping when nested attributes are accepted

v1.0.4

14 Nov 20:58
b0cbd72

Choose a tag to compare

v1.0.4

Collection queries now validate filters provided to them before applying the filters to the query.

Reduce memory allocations in mapping components

12 Nov 20:25
9908495

Choose a tag to compare

v1.0.3

Reduce memory allocations in mapping components (#3)

Provide shared examples for testing API query endpoints

11 Nov 21:59
5f0745a

Choose a tag to compare

v1.0.2

Expose shared examples for testing query API endpoints (#2)

Update README

11 Nov 20:10
7892ec8

Choose a tag to compare

v1.0.1

Update README with motivation (#1)

Initial gem release

11 Nov 18:09

Choose a tag to compare

This is the first release of the gem, after having been extracted from the Flytedesk Ad platform.