Topics
- Fix issue with igore_modified_deleted check not happening if changed_fields is set.
- Fix "make test" target.
- Add optional support for ignoring modified/deleted events.
- Always skip queueing duplicate events (events that have the same resource version).
- Add support for filtering MODIFIED events by specific fields.
- Add decision environment image build.
- Updated documentation.
- Add support for watching multiple resources.
- INIT_DONE event now includes all resources from get before watch in a resource list. * Initiaze watches in the order they appear in the configuration. * Start watching all types in parallel.
- Handle pre-existing matching events on startup.
- Add heartbeat to K8s source.
- More robust handling of resource versions.
- Unit tests based on kind.
- Avoid 410 errors from watch API.
- Improve test coverage.
- Fix events not being processed when the source is started.
- Remove extra files from packaging.
- Use asynchronous Kubernetes API.
- Include stack traces upon error.