Skip to content

Latest commit

 

History

History
757 lines (396 loc) · 36.7 KB

CHANGELOG.md

File metadata and controls

757 lines (396 loc) · 36.7 KB

Changelog

v7.1.0 (2020-12-15)

Full Changelog

Implemented enhancements:

  • Create multi queries DB twice for every object #109

Closed issues:

  • Calling Stored Procedures #132

Merged pull requests:

v7.0.0 (2020-11-21)

Full Changelog

Closed issues:

  • Error handling is not working correctly for Postgres #130

Merged pull requests:

v6.3.0 (2020-11-10)

Full Changelog

Closed issues:

  • SQL queries and database errors are exposed in HTTP responses #129
  • Patch not working with individual objects #128
  • Poor performance of the create operation #125

Merged pull requests:

v6.2.1 (2020-10-25)

Full Changelog

v6.2.0 (2020-10-25)

Full Changelog

Closed issues:

  • Is it possible to assign a default eagerness to the response when a user logs in? #126

Merged pull requests:

v6.1.1 (2020-10-22)

Full Changelog

Closed issues:

  • Feature request: Customizing the query #123

v6.1.0 (2020-10-19)

Full Changelog

Closed issues:

  • $modifyEager issue #122
  • Missing documentation on insertGraph #121
  • Bug: Query customization doesn't apply to the count SQL query #120
  • Query customization: Can all where clauses be enclosed in parentheses after they have been added? #119
  • "NotFound: No record found for id ‘null’." when using query for remove and patch which returns no results. #118
  • Cannot get Virtual Attributes to show up in any api response #117

v6.0.0 (2020-09-20)

Full Changelog

Closed issues:

  • How can I override the default model? #116
  • Getting 500 status codes for anything that isn't 2xx status code #112
  • query params ignored for calls to patch for a service with allowUpsert #97

Merged pull requests:

v5.8.1 (2020-09-18)

Full Changelog

Merged pull requests:

  • Fixed issue where query data would not properly copy if variable equates to false #115 (weswinder)

v5.8.0 (2020-08-26)

Full Changelog

Fixed bugs:

  • $modify queries broken in v5.5.1 #102

Closed issues:

  • [Q] query service with property in array of objects jsonb #111
  • Relate #110

Merged pull requests:

  • Fix for default operators getting overwritten by options.whitelist instead of concat #108 (satyadeepk)

v5.7.0 (2020-07-25)

Full Changelog

Implemented enhancements:

  • Set Postgres schema #104

Closed issues:

  • Project permission issue #106

Merged pull requests:

v5.6.0 (2020-07-04)

Full Changelog

Merged pull requests:

v5.5.2 (2020-06-19)

Full Changelog

Fixed bugs:

  • Wrong result total if modifiers are used #98

Closed issues:

  • how to do aggregation with feathers-objection? #101
  • Debug logging in Objection #100

v5.5.1 (2020-06-14)

Full Changelog

Closed issues:

  • How to compare a field to another field #96

v5.5.0 (2020-05-22)

Full Changelog

v5.4.1 (2020-05-15)

Full Changelog

Closed issues:

  • type error for composite primary keys in service options #94
  • feathers-objection/types has no exported member 'ERROR' #93
  • Patch multi throws NotFound error if new data doesn't match original query #92

Merged pull requests:

  • Add types composite id and ERROR type #95 (daffl)

v5.4.0 (2020-05-09)

Full Changelog

v5.3.3 (2020-04-24)

Full Changelog

Closed issues:

  • I got 'Cannot read property 'get' of undefined' error on a simple join #89
  • Passing "id" parameter on create service method allows for unrestricted "get" access to feathers-objection service #88

Merged pull requests:

v5.3.2 (2020-04-03)

Full Changelog

v5.3.1 (2020-04-03)

Full Changelog

Implemented enhancements:

  • Support sorting on jsonb columns #58

Closed issues:

  • When patching object A that has many Bs, instead of inserting new B, B is overwritten with new id #84

Merged pull requests:

  • Changed create to insert & get by returned row fields by default #90 (dekelev)

v5.3.0 (2020-03-20)

Full Changelog

Implemented enhancements:

  • filters without eager queries #86

Closed issues:

  • How to alias a column that is ambiguous in $joinRelation? #87
  • Error querying JSONB column #79

v5.2.0 (2020-03-13)

Full Changelog

v5.1.1 (2020-03-06)

Full Changelog

Closed issues:

  • $joinEager does not using join at total data #85
  • $sort a parent by a child field with $eager $joinRelation #78

v5.1.0 (2020-02-28)

Full Changelog

v5.0.2 (2020-02-28)

Full Changelog

v5.0.1 (2020-02-28)

Full Changelog

v5.0.0 (2020-02-28)

Full Changelog

v4.8.1 (2020-02-01)

Full Changelog

Closed issues:

  • Add error handling API #80

v4.8.0 (2020-02-01)

Full Changelog

Closed issues:

  • Please add an example of how to use transaction #81
  • Support for Objection v3 and deprecation of eager and joinEager #77

v4.7.0 (2019-12-27)

Full Changelog

Closed issues:

  • Can't query jsonb column keys containing periods via http querystring #76

v4.6.5 (2019-12-27)

Full Changelog

Closed issues:

  • Dependencies in ecosystem packages #75

v4.6.4 (2019-12-27)

Full Changelog

Closed issues:

  • Error in filtering with JSON columns #74

v4.6.3 (2019-12-06)

Full Changelog

v4.6.2 (2019-12-06)

Full Changelog

v4.6.1 (2019-12-06)

Full Changelog

Closed issues:

  • Allow creation of dynamic eager filters #72

Merged pull requests:

  • Add any as default type parameter #73 (daffl)

v4.6.0 (2019-12-06)

Full Changelog

v4.5.2 (2019-12-05)

Full Changelog

Merged pull requests:

v4.5.1 (2019-11-12)

Full Changelog

Closed issues:

  • Is it possible to perform left joins? #70
  • $joinRelation doesn't work within $or queries #68

v4.5.0 (2019-11-01)

Full Changelog

Closed issues:

  • don't use countDistinct by default for count queries #65

Merged pull requests:

  • Parse relation expressions at service creation time #69 (vonagam)

v4.4.3 (2019-10-11)

Full Changelog

Closed issues:

  • Error creating new record after adding type 'array' in schema #66

v4.4.2 (2019-10-11)

Full Changelog

Closed issues:

  • Can not filter by jsonb property #62

v4.4.1 (2019-10-11)

Full Changelog

v4.4.0 (2019-10-11)

Full Changelog

v4.3.0 (2019-10-07)

Full Changelog

Closed issues:

  • error on eager loading #64
  • "iLike" is "ilike" and it is not whitelisted. #63

Merged pull requests:

v4.2.4 (2019-09-23)

Full Changelog

Closed issues:

  • Typescript compile error #60
  • using $noSelect throws an error #57
  • Typescript types not found #56

Merged pull requests:

  • Fix missing AdapterService parameter #61 (vonagam)

v4.2.3 (2019-09-06)

Full Changelog

Merged pull requests:

v4.2.2 (2019-09-04)

Full Changelog

v4.2.1 (2019-09-04)

Full Changelog

Merged pull requests:

  • Do not ignore types folder when publishing #48 (vonagam)

v4.2.0 (2019-08-09)

Full Changelog

Implemented enhancements:

  • PATCHing related entities doesn't work #55

Closed issues:

  • Patching record with query, causes NotFound error to be thrown #49

v4.1.1 (2019-07-26)

Full Changelog

v4.1.0 (2019-07-26)

Full Changelog

Closed issues:

  • Present demo application with working relations #54
  • Extending feathers-objectionjs Service class #53
  • How to insert related entity and return it with every get request? #52

v4.0.0 (2019-07-08)

Full Changelog

Closed issues:

  • custom id return 'undefined' #46

Merged pull requests:

  • Add TypeScript definitions and upgrade tests to Feathers 4 #47 (daffl)

v3.2.1 (2019-04-26)

Full Changelog

Closed issues:

  • Virtual attribute breakage with Objection 1.6.4+ #45
  • Support for filtering jsonb array by contains string (jsonb operators) #42

v3.2.0 (2019-02-16)

Full Changelog

Closed issues:

  • Library cannot handle ID columns with names other than the default #41

v3.1.2 (2019-02-15)

Full Changelog

v3.1.0 (2019-02-15)

Full Changelog

Closed issues:

  • Moving to feathers ecosystem organization? #43

Merged pull requests:

v3.0.1 (2019-01-12)

Full Changelog

v3.0.0 (2019-01-08)

Full Changelog

Closed issues:

  • Unneeded filterQuery redefinition #39

v2.0.1 (2019-01-08)

Full Changelog

v2.0.0 (2018-12-28)

Full Changelog

Closed issues:

  • ambiguous column reference "id" when using $joinRelation and $select together #38
  • Auto-populate ID to data object from service.update(id, data, params) when using upsertGraph #32

v1.3.1 (2018-11-30)

Full Changelog

v1.3.0 (2018-11-30)

Full Changelog

Closed issues:

  • Problem with $keys in object notation eager query being stripped #37

v1.2.4 (2018-11-20)

Full Changelog

Closed issues:

  • TypeError: Cannot read property 'properties' of null #36

v1.2.3 (2018-10-28)

Full Changelog

v1.2.2 (2018-10-13)

Full Changelog

Implemented enhancements:

  • Support for filtering by json column attribute #33

v1.2.1 (2018-10-12)

Full Changelog

Implemented enhancements:

  • Support for mergeAllowEager #14

v1.2.0 (2018-10-12)

Full Changelog

v1.1.7 (2018-09-20)

Full Changelog

v1.1.6 (2018-09-20)

Full Changelog

v1.1.5 (2018-09-18)

Full Changelog

v1.1.4 (2018-09-18)

Full Changelog

Implemented enhancements:

  • How to filter based on related entities? #9

Closed issues:

  • Add ability to use Objectionjs Graph Upsert for the create method #34
  • Problem with createdAt and updateAt timestamps when updating #20

Merged pull requests:

v1.1.1 (2018-08-27)

Full Changelog

v1.1.0 (2018-08-26)

Full Changelog

Implemented enhancements:

  • Graph Inserts and Upserts #27

Merged pull requests:

v1.0.6 (2018-08-25)

Full Changelog

Implemented enhancements:

  • Error when searching by eager value #26

v1.0.5 (2018-08-24)

Full Changelog

v1.0.4 (2018-08-24)

Full Changelog

v1.0.3 (2018-08-24)

Full Changelog

v1.0.2 (2018-08-24)

Full Changelog

Closed issues:

  • Support for Feathers v3 changes #18

v1.0.1 (2018-08-24)

Full Changelog

v1.0.0 (2018-08-24)

Full Changelog

v0.10.2 (2018-07-25)

Full Changelog

v0.10.1 (2018-07-25)

Full Changelog

Closed issues:

  • Patch method is overwriting nonexistent field with null #19

Merged pull requests:

v0.10.0 (2018-07-08)

Full Changelog

Merged pull requests:

v0.9.0 (2018-07-08)

Full Changelog

Closed issues:

  • NotAuthenticated response when including @feathersjs/authentication #13
  • Looking for a maintainer? #12

Merged pull requests:

v0.8.0 (2018-01-22)

Full Changelog

Closed issues:

  • $eager is used in query when pagination is used #8

Merged pull requests:

  • Fixed $eager and $joinEager to be treated as columns by count() #11 (NotAmaan)

v0.7.0 (2018-01-20)

Full Changelog

Closed issues:

  • How do I connect feathers with objections? #7
  • In README, what is ObjectionService? #6
  • Support $search query #4
  • Support insertWithRelated #1

Merged pull requests:

  • Add $joinEager query param to fetch relations with JoinEagerAlgorithm #10 (cdelaorden)

v0.6.0 (2017-04-21)

Full Changelog

Merged pull requests:

v0.5.0 (2016-11-16)

Full Changelog

v0.4.0 (2016-10-10)

Full Changelog

v0.3.2 (2016-08-10)

Full Changelog

Closed issues:

  • Support eager filter #3
  • Document model getter #2

v0.3.1 (2016-08-09)

Full Changelog

v0.3.0 (2016-08-09)

Full Changelog

v0.2.0 (2016-07-26)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator