Releases: topfreegames/maestro
Releases · topfreegames/maestro
v10.0.0-rc21
Added
- Map error type "operation canceled" for operations
GET /scheduler/:schedulerName/operations/:operationIdendpoint
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
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
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
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
v10.0.0-rc17.debug2
Added
pprofto previous version to investigate memory leak
v10.0.0-rc17.demo
TODO: Delete
v10.0.0-rc17.debug
Added
- Add
pproftoRoomsApito trace possible memory leak.
v10.0.0-rc17
Fix:
- Canceling operation when final status logs;
- Switch active version operation input;
- Get operations crashing when the operation has no history;
- Metrics reporter worker unitary tests intermittent;
Added:
- Create metrics for tracking Postgres response time and error rate;
v10.0.0-rc16
Added
- Populate operation Execution History field;
- Populate operation Input field;
Fixed
- Undesirable information for remove rooms operation;
- Production logs timestamp from UNIX to human-readable;
- Wrong logs when canceling operation;
- Metrics reporter OOM bug on scheduler with more than 10 rooms
v10.0.0-rc15
Added
- Metadata input and Execution History to operations;
- Nem component: Reporter Metrics.
- Validation to forwarder type
Fixed
- Cancel operation with status finished produced wrong logs;
- List operation without lease.
Changed
- No forwarders enabled log. INFO => DEBUG