Skip to content

Releases: Soluto/tweek

Authoring 1.0.0-rc3

29 Apr 08:27
d35b415
Compare
Choose a tag to compare

#1133 Upgrade authoring packages

Api 1.0.0-rc3

29 Apr 10:49
fbc0443
Compare
Choose a tag to compare

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)

Gateway 1.0.0-rc10

29 Apr 10:46
c21a23c
Compare
Choose a tag to compare

Fix basic-auth login #1128

Publishing 1.0.0-rc3

29 Apr 10:51
1a57a83
Compare
Choose a tag to compare

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

Editor 1.0.0-rc9

29 Apr 08:25
2700f97
Compare
Choose a tag to compare

Fixed acl-schema.json (#1117)

tweek-editor-0.3.0

24 Dec 20:17
e8f8ee9
Compare
Choose a tag to compare
  • Support for key aliases
    requires: management (0.3+), authoring (0.3+), api (0.5+)

tweek-api-0.5.0

24 Dec 20:15
e8f8ee9
Compare
Choose a tag to compare

tweek-management-0.2.0

13 Nov 05:50
5282da6
Compare
Choose a tag to compare

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

tweek-api-0.3.0

13 Nov 05:44
5282da6
Compare
Choose a tag to compare

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

19 Sep 16:02
Compare
Choose a tag to compare
  • Upgrade to .net core 2.0
  • Improved health check