Skip to content

Latest commit

 

History

History
739 lines (426 loc) · 42.7 KB

CHANGELOG.md

File metadata and controls

739 lines (426 loc) · 42.7 KB

Changelog

Full Changelog

Merged pull requests:

  • Fix regression of PR #257 to fix create for mssql #265 (Mairu)
  • Update plugin infrastructure and dependencies #264 (daffl)

v8.0.1 (2021-09-30)

Full Changelog

v8.0.0 (2021-07-13)

Full Changelog

Closed issues:

  • Fix types to work with knex > 0.95 #261
  • Cannot use namespace 'Knex' as a type #259

Merged pull requests:

v7.1.1 (2020-07-05)

Full Changelog

Closed issues:

  • No release #252
  • SQL Server "Cannot read property '0' of undefined" when create #247
  • Closing the database connection / cleanup ? #246
  • An in-range update of knex is breaking the build 🚨 #245
  • Create method with knex plugged with mssql database returns no id. Gets General Error in feathers api #243
  • An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 #238
  • An in-range update of knex is breaking the build 🚨 #231
  • An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 #228

Merged pull requests:

v7.1.0 (2019-10-07)

Full Changelog

Merged pull requests:

v7.0.0 (2019-09-29)

Full Changelog

Implemented enhancements:

  • Why is there an init method in this service? #183
  • Getting affected rows after a patch? #164

Merged pull requests:

v6.1.0 (2019-09-04)

Full Changelog

Closed issues:

  • Nested transactions stepping on each other #217

Merged pull requests:

v6.0.2 (2019-08-14)

Full Changelog

Closed issues:

  • Issue with whitelist #215

Merged pull requests:

  • Fix whitelist initialization #218 (daffl)
  • fix: postgres should also returning [id] #216 (ucokfm)

v6.0.1 (2019-08-09)

Full Changelog

Closed issues:

  • .returning() is not supported by mysql and will not have any effect. #209

Merged pull requests:

v6.0.0 (2019-07-06)

Full Changelog

Fixed bugs:

  • transaction rollback not executed #197

Closed issues:

  • Overriding knex-adapter default post-create behaviour #207

Merged pull requests:

v5.1.0 (2019-06-10)

Full Changelog

Closed issues:

  • An in-range update of knex is breaking the build 🚨 #203
  • An in-range update of sqlite3 is breaking the build 🚨 #202
  • An in-range update of body-parser is breaking the build 🚨 #200

Merged pull requests:

v5.0.7 (2019-04-16)

Full Changelog

Merged pull requests:

v5.0.6 (2019-03-30)

Full Changelog

Merged pull requests:

v5.0.5 (2019-02-18)

Full Changelog

Merged pull requests:

v5.0.4 (2019-01-26)

Full Changelog

Closed issues:

  • Patch has broke for MSSQL adapter: selecting the same field twice returns an array #188

Merged pull requests:

v5.0.3 (2019-01-16)

Full Changelog

Closed issues:

  • Oracle Proxy User #186
  • No record found for id '${id}' #184

Merged pull requests:

  • Fix patch with pagination enabled #187 (daffl)

v5.0.2 (2019-01-13)

Full Changelog

Merged pull requests:

v5.0.1 (2018-12-29)

Full Changelog

Merged pull requests:

  • Add default parameters to hook-less service methods #182 (daffl)

v5.0.0 (2018-12-28)

Full Changelog

Closed issues:

  • An in-range update of debug is breaking the build 🚨 #180
  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #179
  • An in-range update of @feathersjs/express is breaking the build 🚨 #178
  • An in-range update of @feathersjs/errors is breaking the build 🚨 #177

Merged pull requests:

  • Upgrade to @feathersjs/adapter-commons and latest common service features #181 (daffl)
  • Update knex to the latest version 🚀 #176 (greenkeeper[bot])

v4.0.0 (2018-10-15)

Full Changelog

Closed issues:

  • An in-range update of debug is breaking the build 🚨 #171

Merged pull requests:

v3.3.0 (2018-06-29)

Full Changelog

Merged pull requests:

v3.2.0 (2018-06-26)

Full Changelog

Merged pull requests:

  • Add explicit peer dependency on latest Knex version #162 (daffl)
  • Do clearOrder() for countQuery #161 (ik9999)

v3.1.1 (2018-06-03)

Full Changelog

Closed issues:

  • Version 10 of node.js has been released #156
  • Can't find relation if table name != service name? #150

Merged pull requests:

v3.1.0 (2018-04-20)

Full Changelog

Closed issues:

  • How to properly extend knex service #155
  • Support Database Schemas #153

Merged pull requests:

v3.0.6 (2018-03-27)

Full Changelog

Closed issues:

  • createQuery on empty table throws an error #147

Merged pull requests:

v3.0.5 (2018-03-26)

Full Changelog

Closed issues:

  • Support querying null value #149

Merged pull requests:

v3.0.4 (2018-03-06)

Full Changelog

Closed issues:

  • Error handling question. #133

Merged pull requests:

  • call update directly on knex instead of where. #146 (omeid)

v3.0.3 (2018-02-24)

Full Changelog

Closed issues:

  • nested tables on join #144
  • How to implement soft deletes? #143
  • Pagination broken in SQL-Server #141
  • Wrong total if params.knex is set #121

Merged pull requests:

  • Fix count query when using params.knex #145 (omeid)

v3.0.2 (2018-02-05)

Full Changelog

Closed issues:

  • Properties not passed to Feathers are getting set to null #140

Merged pull requests:

v3.0.1 (2017-12-14)

Full Changelog

Closed issues:

  • Warning message output from hook.js #136

Merged pull requests:

v3.0.0 (2017-12-03)

Full Changelog

Closed issues:

  • Nested service usage with transaction hooks at both of them? #118

Merged pull requests:

v2.9.0 (2017-10-25)

Full Changelog

Merged pull requests:

v2.8.2 (2017-10-19)

Full Changelog

Closed issues:

  • $or bug #120
  • knexfile.js for migrations #116

Merged pull requests:

v2.8.1 (2017-09-04)

Full Changelog

Merged pull requests:

  • Add this.Model reference for the Knex client #115 (daffl)

v2.8.0 (2017-09-03)

Full Changelog

Closed issues:

  • Service methods are not executed in transaction #91

Merged pull requests:

v2.7.2 (2017-07-24)

Full Changelog

Merged pull requests:

v2.7.1 (2017-07-22)

Full Changelog

Closed issues:

  • result.total type is string in postgres #108
  • ER_DUP_KEYNAME: Duplicate key name #103

Merged pull requests:

v2.7.0 (2017-06-22)

Full Changelog

Closed issues:

  • Primary key is not "id" #101
  • An in-range update of mocha is breaking the build 🚨 #100
  • Datetype for mysql #98

Merged pull requests:

v2.6.3 (2017-03-01)

Full Changelog

Closed issues:

  • Update selected fields error #94

Merged pull requests:

  • Scoping select to current table to prevent "ambiguous" join queries #90 (shadowRR)

v2.6.2 (2017-02-14)

Full Changelog

Merged pull requests:

v2.6.1 (2017-02-13)

Full Changelog

Merged pull requests:

  • Add error handling for mysql and mysql2 server errors #92 (lvivier)
  • Update README Example #89 (arlair)

v2.6.0 (2016-11-30)

Full Changelog

Closed issues:

  • Exposing the query builder #87

Merged pull requests:

  • Add createQuery and remove error handler for now #88 (daffl)

v2.5.0 (2016-11-12)

Full Changelog

Closed issues:

  • Social Authentication SQL parse error with Knex #68

Merged pull requests:

v2.4.0 (2016-10-19)

Full Changelog

Closed issues:

  • $or filter doesn't group together conditions #71
  • Patch many doesn't return patched items when the query includes patched fields #52

Merged pull requests:

v2.3.0 (2016-09-22)

Full Changelog

Fixed bugs:

  • We shouldn't remove properties from original objects #55

Closed issues:

  • Need a way to exclude automatically generated columns from the update method. #61
  • How to setup relations between tables ? #60
  • Ability to return value from original insert object #58

Merged pull requests:

v2.2.0 (2016-06-17)

Full Changelog

Merged pull requests:

v2.1.3 (2016-06-01)

Full Changelog

Closed issues:

  • Support $search #30
  • Support for deeply nested/complex queries #10
  • Support population one level deep #3

Merged pull requests:

v2.1.2 (2016-04-01)

Full Changelog

Closed issues:

  • Review patch and remove many for consistency #26
  • Feature: ability to CRUD without needing to bind as a feathers service #19

Merged pull requests:

v2.1.1 (2016-02-24)

Full Changelog

Merged pull requests:

v2.1.0 (2016-01-31)

Full Changelog

Merged pull requests:

  • Use internal methods instead of service methods directly #29 (daffl)

v2.0.2 (2016-01-25)

Full Changelog

Merged pull requests:

v2.0.1 (2016-01-24)

Full Changelog

Closed issues:

  • Initialization should conform with other adapters #24

Merged pull requests:

v2.0.0 (2016-01-06)

Full Changelog

Closed issues:

  • Expose Knex lib #23

v1.3.0 (2015-12-21)

Full Changelog

Closed issues:

  • Example code problems #20
  • README example does not work #18

Merged pull requests:

v1.2.2 (2015-11-24)

Full Changelog

Closed issues:

  • Example in README does not work #16

Merged pull requests:

  • Use CommonJS export Babel plugin #17 (daffl)

v1.2.1 (2015-11-23)

Full Changelog

Closed issues:

  • Should other adapters rely on this or Sequelize? #14
  • Object.assign not available in older Node versions #13

Merged pull requests:

  • Upgrading to Babel 6 and adding Object.assign polyfill #15 (daffl)

v1.2.0 (2015-11-11)

Full Changelog

Merged pull requests:

  • Upgrade to latest service tests #12 (daffl)

v1.1.0 (2015-11-04)

Full Changelog

Merged pull requests:

  • Move to using feathers-service-tests for unified test suite #11 (daffl)

v1.0.0 (2015-10-26)

Full Changelog

Closed issues:

  • Support remove #9
  • Support patch #8
  • Support update #7
  • Support special query filters #6
  • Support basic find queries #5
  • Support get queries #4
  • Support comparators, like $gte, $gt, etc. #2
  • Support conditional queries #1

* This Changelog was automatically generated by github_changelog_generator