Skip to content

Releases: topfreegames/maestro

v10.0.2-alpha

29 Apr 19:39
d867fbf
Compare
Choose a tag to compare
v10.0.2-alpha Pre-release
Pre-release

Fixed

  • Runtime watcher uses multiple goroutines to process kubernetes events

V10.0.1

29 Apr 13:49
9e6ed2e
Compare
Choose a tag to compare

Changed

  • Runtime watcher channel size from 100 to 2000

V10.0.0

25 Apr 14:57
fad4afd
Compare
Choose a tag to compare
  • Stable version for Maestro Next

v10.0.0-rc24

18 Apr 21:07
89b19c1
Compare
Choose a tag to compare
v10.0.0-rc24 Pre-release
Pre-release

Changed

  • Change RoomsAPI Status handler to treat ping from game rooms

v10.0.0-rc23

14 Apr 13:14
30a7bcf
Compare
Choose a tag to compare
v10.0.0-rc23 Pre-release
Pre-release

Added

Create new patch scheduler feature so users can update single or multiple fields of the given scheduler.
PATCH /schedulers/:schedulerName

v10.0.0-rc22

08 Apr 19:15
e1a5ad3
Compare
Choose a tag to compare
v10.0.0-rc22 Pre-release
Pre-release

Fixed

  • metadata["ports"] were being forwarded in the wrong format
  • scheduler.spec.container[].command could not be empty

v10.0.0-rc21

05 Apr 13:46
363b5f4
Compare
Choose a tag to compare
v10.0.0-rc21 Pre-release
Pre-release

Added

  • Map error type "operation canceled" for operations
  • GET /scheduler/:schedulerName/operations/:operationId endpoint

Fixed

  • Add-rooms rollback not working properly
  • Port allocator logic was conflicting on adding rooms

Changed

  • e2e tests running in parallel

v10.0.0-rc20

31 Mar 20:36
3dbbb1e
Compare
Choose a tag to compare
v10.0.0-rc20 Pre-release
Pre-release

Added

  • Basic documentation to maestro docs

Changed

  • Change method ping from POST to PUT (because of Maestro-client);

Fixed

  • Remove watcher unreadable log

v10.0.0-rc19

30 Mar 19:11
8a27840
Compare
Choose a tag to compare
v10.0.0-rc19 Pre-release
Pre-release

Added

  • Adds support to valueFrom.

Fixed

  • Operation canceled breaks rollback routine;
  • Review errors that are been added to execution history;
  • Memory leak on rooms API.

v10.0.0-rc18

28 Mar 14:12
baae0d4
Compare
Choose a tag to compare
v10.0.0-rc18 Pre-release
Pre-release

Added

  • Metrics for tracking Redis error rate and response time;
  • Metrics for tracking events forwarding error rate and response time;
  • Games label to Maestro Metrics

Fixed

  • When an operation fails, execution history does not contain error message;
  • Error cannot create new scheduler version.

Improvements

  • Clean named and anonymous container volumes after running e2e tests