[5.1.0] Experimental queues, refactored schedules#76
Merged
Merged
Conversation
…. Backpressure should be handled with standard Flow operators instead of being an intrinsic part of the executor.
…PollingScheduleExecutor
…, so each plugin does not need to implement its own (de)serialization APIs. Lifts graceful shutdown to the VM's public API through AutoCloseable interface, and also as a function on the SideJobScope, therefore deprecating Killswitch interceptor
…ry, rather than a dedicated SSG website on GitHub Pages
… 7 and alias for 0 (Sunday)
more updates to publishing
… and ill-suited for this application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's New Since 5.0.1
New Modules
Server-side (all experimental)
ballast-ktor-serverballast-autoscaleballast-queue-coreballast-queue-viewmodelballast-queue-exposed-driverScheduler (split out and expanded from
ballast-schedules)ballast-scheduler-coreballast-scheduler-viewmodelSchedulerInterceptorto dispatch inputs on a scheduleballast-scheduler-cronballast-scheduler-android-alarmmanagerUtilities
ballast-kotlinx-serializationKSerializers once per ViewModel config so all plugins (debugger, queue, etc.) share themDeprecations
ballast-repository— Marked deprecated. The MVI repository pattern is being phased out as it turned out to be a failed experiment.ballast-schedules— Marked deprecated. Superseded by the newballast-scheduler-*family of modules.KillSwitchinterceptor — Deprecated. Graceful shutdown is now a first-class API onBallastViewModelviaAutoCloseable(close()) andSideJobScope.API Changes
BallastEncoder/BallastDecoder— New unified serialization interfaces on the ViewModel config. Previously each plugin had its own serialization logic; now they all share one.ballast-kotlinx-serializationprovides the implementation.ballast-navigation— AddedpathFormat()helper for sharing route definitions between Ktor client and server.Documentation
The entire documentation system was overhauled — docs moved from an SSG/Orchid website into plain Markdown files living alongside the code:
docs/is the new home for all Ballast documentationREADME.mdco-located with the source code