Skip to content

v5.0.2

Compare
Choose a tag to compare
@buger buger released this 29 May 13:58
· 1 commit to release-5.0.2 since this release
b8e9257

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