Code Monkey home page Code Monkey logo

Comments (16)

greenkeeper avatar greenkeeper commented on May 25, 2024

After pinning to 2.5.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.6.1

2.6.1

Full Changelog

Improvements:

  • Improves overall performance of the server, more particularly with large query results.
  • Improves performance of InMemoryCacheAdapter by removing serialization.
  • Improves logging performance by skipping necessary log calls.
  • Refactors object routers to simplify logic.
  • Adds automatic indexing on $text indexes, thanks to Diamon Lewis

New Features:

  • Push: Adds ability to send localized pushes according to the _Installation localeIdentifier
  • Push: proper support for scheduling push in user's locale time, thanks to Marvel Mathew
  • LiveQuery: Adds ability to use LiveQuery with a masterKey, thanks to Jeremy May

Bug Fixes:

  • Fixes an issue that would duplicate Session objects per userId-installationId pair.
  • Fixes an issue affecting pointer permissions introduced in this release.
  • Fixes an issue that would prevent displaying audiences correctly in dashboard.
  • Fixes an issue affecting preventLoginWithUnverifiedEmail upon signups.

Dependency Updates:

Devevelopment Dependencies Updates:
Commits

The new version differs by 18 commits.

  • 9fbb5e2 :zap: Release 2.6.1 (#4146)
  • a660a0c fix: Issue #4142 (#4144)
  • 839a117 Fixes #2885 duplicate sessions (#4143)
  • bc3cef2 Support local time for scheduled pushes (#4137)
  • 21f4411 fix(package): update pg-promise to version 6.3.2 (#4009)
  • 0fb16a7 chore(package): update babel-cli to version 6.26.0 (#4098)
  • 0f840b6 Fix/issue pointer permissions (#4141)
  • 019f9e5 Fix(MongoTransform): Ignore Audience legacy fields (#4018)
  • 121d151 Add master key override to live query ACL checks (#4133)
  • 52c4dd3 Refactor masterKeyIps and update readme (#4050)
  • 952e64d Update FilesAdapter comments (#4065)
  • 1914083 fix(package): update body-parser to version 1.18.0 (#4139)
  • 139b9e1 Finding areas that are untested and need love (#4131)
  • 3079270 Optimizations (#4135)
  • 17f4dcd chore(package): update nodemon to version 1.11.1 (#4134)

There are 18 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.6.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.6.2

2.6.2

Full Changelog

Improvements:

  • PushWorker/PushQueue channels are properly prefixed with the Parse applicationId, thanks to Marvel Mathew
  • You can use Parse.Cloud.afterSave hooks on _PushStatus
  • You can use Parse.Cloud.onLiveQueryEvent to track the number of clients and subscriptions
  • Adds support for more fields from the Audience class.

New Features:

  • Push: Adds ability to track sentPerUTC offset if your push scheduler supports it.
  • Push: Adds support for cleaning up invalid deviceTokens from _Installation (PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS=1).

Dependency Updates:

Devevelopment Dependencies Updates:
Commits

The new version differs by 17 commits.

  • d8fd670 :zap: Release 2.6.2 (#4183)
  • 07ae85e Prefix default push channel with applicationId (#4182)
  • a5ce9fc Refactor pushStatusHandler to use Parse instead of direct access (#4173)
  • a39d045 Fixes issue #4150: Session management (#4152)
  • ba0a51d Fixes unhandled promise rejection error while sending push (#4172)
  • 8d8a8b2 Fixes issue affecting liveQuery on location null/undefined values (#4171)
  • d0184f4 Live Query basic monitoring (#4168)
  • 7ecb36e chore(package): update nodemon to version 1.12.1 (#4166)
  • be9f274 fix(package): update ws to version 3.2.0 (#4165)
  • 64df331 chore(package): update mongodb-runner to version 3.6.0 (#4164)
  • d598d73 Adds ability to track sent/failed PerUTCOffset in the PushWorker (#4158)
  • be2760f fix(package): update pg-promise to version 6.5.3 (#4154)
  • c121b97 fix(package): update winston-daily-rotate-file to version 1.5.0 (#4151)
  • 3a17904 Push: Cleanup invalid device tokens (#4149)
  • a1554d0 fix(package): update body-parser to version 1.18.1 (#4148)

There are 17 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.6.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.6.3

2.6.3

Full Changelog

Improvements:

  • Queries on Pointer fields with $in and $nin now supports list of objectId's, thanks to Florent Vilmart
  • LiveQueries on $in and $nin for pointer fields work as expected thanks to Florent Vilmart
  • Also remove device token when APNS error is BadDeviceToken, thanks to Mauricio Tollin
  • LRU cache is not available on the ParseServer object, thanks to Tyler Brock
  • Error messages are more expressive, thanks to Tyler Brock
  • Postgres: Properly handle undefined field values, thanks to Diamond Lewis
  • Updating with two GeoPoints fails correctly, thanks to Anthony Mosca

New Features:

  • Adds ability to set a maxLimit on server configuration for queries, thanks to Chris Norris

Bug fixes:

  • Fixes issue affecting reporting _PushStatus with misconfigured serverURL, thanks to Florent Vilmart
  • Fixes issue affecting deletion of class that doesn't exist, thanks to Diamond Lewis

Dependency Updates:

Devevelopment Dependencies Updates:
Commits

The new version differs by 21 commits.

  • 0334370 :zap: Release 2.6.3 (#4233)
  • 7fac070 Allow queries with String array for pointers containedIn (#4188)
  • 2a16893 Adds support for pointer/string pointers comparison in LiveQuery (#4231)
  • 23bffc8 Add maxLimit server configuration (#4048)
  • 976da4d fix(package): update winston to version 2.4.0 (#4227)
  • f2fc3ce fix(package): update pg-promise to version 6.10.2 (#4222)
  • c872da4 fix(package): update pg-promise to version 6.10.1 (#4221)
  • 7c07fff remove device token when APNS error is BadDeviceToken (#4220)
  • c777a26 fix(package): update winston-daily-rotate-file to version 1.6.0 (#4157)
  • 61a3e3c fix(package): update request to version 2.83.0 (#4211)
  • 770aba1 fix(package): update pg-promise to version 6.9.0 (#4205)
  • a389057 fix(package): update request to version 2.82.0 (#4189)
  • c059d15 fix(package): update body-parser to version 1.18.2 (#4201)
  • fdf19de chore(package): update request-promise to version 4.2.2 (#4200)
  • 6eed955 Export LRU cache on ParseServer Object (#4203)

There are 21 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.6.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.6.4

2.6.4

Full Changelog

Improvements:

Bug Fixes:

Dependency Updates:

Devevelopment Dependencies Updates:
Commits

The new version differs by 25 commits.

  • 3bb9e0e :zap: Release 2.6.4 (#4287)
  • 7d2332e Run nsp check on release (#4285)
  • 72888bc Adds ability to login with email when specifying it (#4276)
  • 6685932 update dependencies (#4280)
  • 0db858b Enables login over POST in addition to GET (#4268)
  • d93b0e1 Hotfix: cloud option should be a string
  • 9de4b8b Refactors configuration management (#4271)
  • d29a448 fix(package): update parse-server-push-adapter to version 2.0.2 (#4286)
  • 44b17ef fix(package): update semver to version 5.4.1 (#4283)
  • 484fdc2 chore(package): update mongodb-runner to version 3.6.1 (#4284)
  • 2b52c81 chore(package): update eslint-plugin-flowtype to version 2.39.1 (#4282)
  • d0e613a chore(package): update eslint to version 4.9.0 (#4281)
  • e4eeadd Bumps parse sdk 1.10.1 (#4274)
  • 31bd02c fix(package): update parse-server-push-adapter to version 2.0.1 (#4275)
  • bc37972 fix(package): update pg-promise to version 7.0.3 (#4270)

There are 25 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.6.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.6.5

2.6.5

Full Changelog

New Features:

  • Adds support for read-only masterKey, thanks to Florent Vilmart
  • Adds support for relative time queries (mongodb only), thanks to Marvel Mathew

Improvements:

Bug Fixes:

  • The REST API key was improperly inferred from environment when using the CLI, thanks to Florent Vilmart
Commits

The new version differs by 7 commits.

  • fecbb2d :zap: Release 2.6.5 (#4298)
  • 6f1fe89 Relative time queries (#4289)
  • 1dd58b7 Adds support for read-only masterKey (#4297)
  • 87b79ce Handle possible afterSave exception (#4293)
  • c2fc0f5 fix URL for Parse npm, was originally pointing to mongodb npm (#4295)
  • 8a23c00 Add support for expiration interval in Push (#4202)
  • a185c97 The REST API key was improperly inferred from environment (#4292)

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.7.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 35 commits.

  • 6102648 :zap: Release 2.7.0 (#4385)
  • dd55bbe Fix eslint errors on Windows (#4364)
  • 4bccf96 Add Indexes to Schema API (#4240)
  • 6a15107 Bump nodejs version to 6+ (#4272)
  • ea57c52 let travis build against 3.x
  • 219ad72 Fixes sessionTokens being overridden in 'find' (#4332)
  • 2b9397a Update contributing.md (#4368)
  • 4f56ec6 fix(package): update commander to version 2.12.1 (#4382)
  • cc48e54 fix(package): update commander to version 2.12.0 (#4371)
  • c021539 fix(package): update ws to version 3.3.2 (#4367)
  • 49d0a65 chore(package): update uws to version 9.14.0 (#4366)
  • 7944e2b Remove hidden properties from aggregate responses (#4351)
  • 37ceae0 fix(package): update pg-promise to version 7.3.2 (#4362)
  • 8bf6abf Patch handleShutdown feature (#4361)
  • de73f37 Scoped packages (#4354)

There are 35 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.7.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.7.1

2.7.1

Full Changelog

  • ⚠️ Fixes a security issue affecting Class Level Permissions

  • Adds support for dot notation when using matchesKeyInQuery, thanks to Henrik and Arthur Cinader

Commits

The new version differs by 8 commits.

  • 1f22ee3 ⚡ Release 2.7.1
  • ca542c3 Fix test name to match what's tested
  • 1876d3f Add doesNotMatchKeyInQuery case...
  • 4ceff38 added test for dot-notation in matchesKeyInQuery
  • 741f869 Allows to use dot-notation to match against a complex structure when using matchesKeyInQuery
  • 9d1d851 pg-promise refactoring (#4401)
  • 9eed81e Remove nsp check from Travis YML (#4403)
  • e2d3367 Makes all scripts cross platforms (#4383)

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.7.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 44 commits.

  • 550b69e :zap: Release 2.7.2 (#4521)
  • edba18f fix(package): update commander to version 2.13.0 (#4522)
  • 401cc35 Fixes issue affecting sorting in beforeFind (#4519)
  • 40407fe fix(package): update commander to version 2.12.2 (#4394)
  • 44086c9 chore(package): update flow-bin to version 0.64.0 (#4520)
  • 0807845 fix(package): update semver to version 5.5.0 (#4504)
  • bcca1b6 chore(package): update nodemon to version 1.14.11 (#4518)
  • 4da2777 fix(package): update ws to version 4.0.0 (#4485)
  • db3777e chore(package): update flow-bin to version 0.63.1 (#4515)
  • 4eda0a2 chore(package): update jasmine to version 2.9.0 (#4509)
  • 51e1cba fix(package): update pg-promise to version 7.4.0 (#4514)
  • 64e568d Improved match aggregate (#4495)
  • 33890bb Do not mark the empty pushs as failed (#4497)
  • 75fa16a fix(package): update mime to version 2.2.0 (#4482)
  • 433e169 fix(package): update pg-promise to version 7.3.3 (#4487)

There are 44 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.7.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.7.3

2.7.3

Full Changelog

Improvements:

  • Improve documentation for LiveQuery options, thanks to Arthur Cinader
  • Improve documentation for using cloud code with docker, thanks to Stephen Tuso
  • Adds support for Facebook's AccountKit, thanks to 6thfdwp
  • Disable afterFind routines when running aggregates, thanks to Diamond Lewis
  • Improve support for distinct aggregations of nulls, thanks to Diamond Lewis
  • Regenreate the email verification token when requesting a new email, thanks to Benjamin Wilson Friedman

Bug Fixes:

  • Fix issue affecting readOnly masterKey and purge command, thanks to AreyouHappy
  • Fixes Issue unsetting in beforeSave doesn't allow object creation, thanks to Diamond Lewis
  • Fixes issue crashing server on invalid live query payload, thanks to fridays
  • Fixes issue affecting postgres storage adapter "undefined property '__op'", thanks to Tyson Andre

Dependency Updates:

Devevelopment Dependencies Updates:
Commits

The new version differs by 41 commits.

  • 0569ddd :zap: Release 2.7.3 (#4622)
  • 3f19540 chore(package): update cross-env to version 5.1.4 (#4617)
  • c12d430 fix(package): update winston to version 2.4.1 (#4618)
  • c737f79 fix(package): update pg-promise to version 8.2.0 (#4620)
  • d768211 fix purge command issue affecting readonly masterKey (#4619) (#4621)
  • 673039f fix(package): update commander to version 2.15.0 (#4611)
  • e8c8151 fix(package): update lru-cache to version 4.1.2 (#4614)
  • 38f57c3 chore(package): update flow-bin to version 0.67.1 (#4612)
  • d19ac07 Live query defaults reference ParseServer instead of LiverQuery server. (#4613)
  • f0674df Fixes Issue unsetting in beforeSave doesn't allow object creation (#4610)
  • f03e35f Fix cloud env var in readme (#4584)
  • 887adea chore(package): update jasmine to version 3.1.0 (#4592)
  • d7a554e fix(package): update parse to version 1.11.1 (#4605)
  • e785f07 fix(package): update ws to version 5.0.0 (#4604)
  • 909ead4 fix(package): update mongodb to version 3.0.4 (#4603)

There are 41 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.7.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.7.4

2.7.4

Full Changelog

Bug Fixes:

  • Fixes an issue affecting polygon queries, thanks to Diamond Lewis

Dependency Updates:

Development Dependencies Updates:
Commits

The new version differs by 4 commits.

  • 3acb3e7 :zap: Release 2.7.4 (#4626)
  • d852cad fix(package): update pg-promise to version 8.2.1 (#4624)
  • c6bc81c Mongo: Fix reversing polygon coordinates (#4609)
  • c723582 chore(package): update nodemon to version 1.17.1 (#4623)

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.8.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 38 commits.

  • 8fe3265 Release 2.8.0 (#4767)
  • 95550f4 Making response.error accept a Parse.Error object as parameter (#4695)
  • fc47f9b issue(afterFind): Fixes issue when using afterFind with relations (#4752)
  • c0f86ae Adding Mongodb element to add arrayMatches the #4762 (#4766)
  • ad244d6 feature: User Lockout (#4749)
  • bfd0c4b chore(package): update cross-env to version 5.1.5 (#4757)
  • d36c7c7 chore(package): update uws to version 10.148.0 (#4758)
  • 1023267 fix(package): update body-parser to version 1.18.3 (#4763)
  • c0e3672 New query condition support to match all strings that starts with some other given strings (#3864)
  • 2c357df Fix typo: "requrest" -> "request" (#4761)
  • 3999de7 Update issue templates
  • a3e5b20 Bumps @parse/simple-mailgun-adapter (#4753)
  • bb16414 fix(package): update mime to version 2.3.1 (#4721)
  • 0b69700 chore(package): update flow-bin to version 0.71.0 (#4746)
  • ac2695e chore(package): update deep-diff to version 1.0.0 (#4733)

There are 38 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.8.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.8.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 18 commits ahead by 18, behind by 2.

  • 0c2f1d5 :zap: Release 2.8.2 (#4802)
  • 3b40d22 Update flow-bin to the latest version 🚀 (#4786)
  • c5e8470 Always use http-agent for hooks and triggers (#4800)
  • 9bff44b Ensure users with undefined ACL are treated as readable (#4795)
  • f4422c4 Update defs for new hookKeepAlive config option (#4794)
  • 82fb06f Use http agents for hook requests (#4791)
  • 32d8c36 Update cross-env to the latest version 🚀 (#4780)
  • fd86295 Update nodemon to the latest version 🚀 (#4781)
  • 57da2de Adds withinPolygon support for Polygon object (#4067)
  • 4dcbc42 fix(package): update ws to version 5.2.0 (#4779)
  • 642e2ff Adds greenkeeper package-lock management (#4778)
  • d2b04dd chore(package): update gaze to version 1.1.3 (#4776)
  • 33173c4 fix(package): update deepcopy to version 1.0.0 (#4775)
  • ff0c04f chore(package): update deep-diff to version 1.0.1 (#4774)
  • df274dc fix(package): update commander to version 2.15.1 (#4663)

There are 18 commits in total.

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.8.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.8.3

2.8.3

  • Adds support for JS SDK 2.0 job status header
Commits

The new version differs by 2 commits.

  • 108c7e9 :zap: Release 2.8.3
  • d15a3ce Adds exposed headers to avoid issue in JS SDK (#4934)

See the full diff

from parse-server-mysql-adapter.

greenkeeper avatar greenkeeper commented on May 25, 2024

Version 2.8.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 42 commits.

  • 18b9641 :zap: Release 2.8.4
  • 0e9725b :zap: Release 2.8.3
  • 5a0d09e Fix typo in FilesController.spec (#4917)
  • b92e76d Pins uws due to drame (#4916)
  • 37e6459 Add the addFileNameHash option that allows users to remove the hash f… (#4915)
  • d9cf3ce Update ws to the latest version 🚀 (#4909)
  • 83cf68a Ensures the test suites are properly formed for vscode jasmine plugin (#4901)
  • 5a32eb3 Ensure legacy users with authData are not locked out (#4898)
  • 2c316ce Enable express error handler (#4697)
  • faa04f7 Support incrementing push badge value by more than 1 (#4889)
  • c99cbbf Update flow-bin to the latest version 🚀 (#4877)
  • 41b0bf0 Update bcrypt to the latest version 🚀 (#4875)
  • 31d8947 Greenkeeper/nodemon 1.18.1 (#4891)
  • 27d8f86 Update ws to the latest version 🚀 (#4888)
  • 3e7b1b3 Update mongodb to the latest version 🚀 (#4874)

There are 42 commits in total.

See the full diff

from parse-server-mysql-adapter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.