Skip to content

Releases: Flytedesk/pack_api

v1.0.17

Choose a tag to compare

@eidarus eidarus released this 09 Jun 21:04
760c0ed

What's Changed

  • Fix AggregateType retrieving empty resources by @eidarus in #18
  • bump version 1.0.16 -> 1.0.17 by @eidarus in #19

Full Changelog: v1.0.16...v1.0.17

v1.0.16

Choose a tag to compare

@flytebot flytebot released this 18 May 17:17

What's Changed

  • ci: add PR approval step to dependabot auto-merge workflow by @gap777 in #17

Full Changelog: v1.0.15...v1.0.16

v1.0.15

Choose a tag to compare

@gap777 gap777 released this 15 Apr 21:19

Full Changelog: v1.0.14...v1.0.15

v1.0.9

Choose a tag to compare

@gap777 gap777 released this 26 Feb 19:06
c3dc666
Update dependencies for security alerts (#10)

v1.0.8

Choose a tag to compare

@gap777 gap777 released this 03 Feb 16:15
3535468

Propagate optional_attributes to subclasses of Types::BaseType

v1.0.7

Choose a tag to compare

@gap777 gap777 released this 10 Dec 02:56
ad3a18b

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

Choose a tag to compare

@mrfarmer777 mrfarmer777 released this 04 Dec 20:34
7dbce28

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

Choose a tag to compare

@eidarus eidarus released this 03 Dec 21:55
79ccfc6

Fix bug in attribute mapping when nested attributes are accepted

v1.0.4

Choose a tag to compare

@mrfarmer777 mrfarmer777 released this 14 Nov 20:58
b0cbd72

v1.0.4

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

Reduce memory allocations in mapping components

Choose a tag to compare

@gap777 gap777 released this 12 Nov 20:25
9908495
v1.0.3

Reduce memory allocations in mapping components (#3)