Tweek Versions Save

Tweek - an open source feature manager

tweek-publishing-1.0.0-rc3

5 years ago

Sanitized input in publishing (#1119) Made uid of user git equal 1000 (#1116)

tweek-api-1.0.0-rc3

5 years ago

Use ConfigurationValue to store exceptions instead of a dictionary (#1135) Added option to include errors in api service values result (#1132) Update AppMetrics Prometheus formatter (#1121)

tweek-gateway-1.0.0-rc10

5 years ago

Fix basic-auth login #1128

tweek-authoring-1.0.0-rc3

5 years ago

#1133 Upgrade authoring packages

tweek-editor-1.0.0-rc9

5 years ago

Fixed acl-schema.json (#1117)

tweek-editor-0.3.0

6 years ago
  • Support for key aliases requires: management (0.3+), authoring (0.3+), api (0.5+)

tweek-api-0.5.0

6 years ago

tweek-management-0.2.0

6 years ago

Added support for publishing ruleset bundle to Minio/S3 (#639, #613)

tweek-api-0.3.0

6 years ago

Added support for loading ruleset from Minio/s3 (https://github.com/minio/minio) client. (#639, #613) This is a breaking change, Tweek Api now require specifying an addon for loading the ruleset. If you want to continue using management service directly, make sure to add these configurations:

Addons__RulesManagement__className=Tweek.Drivers.Rules.Management.RulesManagementAddon
Addons__RulesManagement__assemblyName=Tweek.Drivers.Rules.Management
Rules__Management__Url=http://management:3000

tweek-api-0.2.2

6 years ago
  • Upgrade to .net core 2.0
  • Improved health check