github TykTechnologies/tyk v5.0.2

latest releases: v5.4.0-rc4, v5.5.0-rc1, v5.4.0-rc3...
13 months ago

Tyk Gateway 5.0.2, Tyk Dashboard 5.0.2,

Support for MongoDB 5 and 6

From Tyk 5.0.2, we added support for MongoDB 5.0.x and 6.0.x. To enable this, you have to set new Dashboard config option driver to mongo-go.
The driver setting defines the driver type to use for MongoDB. It can be one of the following values:

  • mgo (default): Uses the mgo driver. This driver supports Mongo versions lower or equal to v4. You can get more information about this driver here
  • mongo-go: Uses the official MongoDB driver. This driver supports Mongo versions greater or equal to v4. You can get more information about this driver here.

Recently released Tyk Pump 1.8.0 and MDCB 2.2 also support new driver option

Tyk Dashboard 5.0.2

Fixed

  • Fixed a bug on migration of a portal catalogue with deleted policy to SQL.
  • Fixed: Redirect unregistered user to new page when SSOOnlyForRegisteredUsers is set to true

Tyk Gateway 5.0.2

  • Internal refactoring and making storage related parts more stable, and less affected to potential race issues

Don't miss a new tyk release

NewReleases is sending notifications on new releases.