Releases: rotationalio/ensign
v0.12.8
What's Changed
- Upgrades dependencies and node version by @daniellemaxwell in #836
- Update node version by @daniellemaxwell in #838
- Upgrade JS dependencies by @daniellemaxwell in #837
- Update Go dependencies by @bbengfort in #839
Full Changelog: v0.12.7...v0.12.8
v0.12.7
HotFix to disable sandbox accounts for Rotational and commercial users.
Full Changelog: v0.12.6...v0.12.7
v0.12.6
A frontend update to reduce error messages, doc updates, and updated logging 🪵 (for topic management methods)
Full Changelog: v0.12.5...v0.12.6
v0.12.5
Continuing the sandbox improvements to streamline the creation process for our users 😎
Full Changelog: v0.12.4...v0.12.5
v0.12.4
Get started in our sandbox environment. Upgrade when you’re ready. We grow when you grow.
What's Changed
- New rotational.io pricing page links added to footer by @daniellemaxwell in #824
- Tenant cleanup script by @pdeziel in #825 🧹
Full Changelog: v0.12.3...v0.12.4
v0.12.3
Want to feel like a kid again? Stop by the Ensign Sandbox and start experimenting ☀️ No need to worry, and at no cost to you.
The Ensign U curriculum is available and filled with tips and guidance. Need a little more help to start building? Reach out to us at [email protected] or schedule a quick chat. We've got your back 😉
Full Changelog: v0.12.2...v0.12.3
v0.12.2
v0.12.2 includes improvements to the Topic Creation and API Key Creation workflows, increased frequency of updates to data in the events table, as well as a streamlined workflow for users to accept invites and collaborate with additional teams and organizations within Ensign!
Full Changelog: v0.12.1...v0.12.2
v0.12.1
Just a few improvements to the Ensign UI to ensure the best experience for our users 💙
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Automated deduplication on topics is now available 🏋️ Let Ensign do the heavy lifting by managing data quality issues without you having to write custom code.
No need to worry about duplicate data in data sources that you are ingesting data from. We have several options that not only give you a lot of flexibility, but give you the ability to switch from one option to another without concern over data loss.
We've also made a lot of improvements to Ensign core including adding a memory efficient task scheduler, and the ability to destroy event objects when a topic is deleted. We've improved a lot of the internal functionality to make things faster, more efficient, and more consistent, and have fixed several bugs.
Automated Deduplication Options
There are a lot of ways to determine if two events are duplicates of each other. Ensign uses user-defined policies to figure out duplication. Policies you can set are:
- Strict: Two events with identical metadata, data, mimetype, and type (though provenance, region, publisher, encryption, etc. may differ).
- Datagram: Two events with identical data regardless of metadata, mimetype, or type information
- Key Grouped: Two events with identical data and the same value for a user specified key or keys in the metadata
- Unique Key Constraint: Two events with the same value for specified key or keys in the metadata (unique key index)
- Unique Field Constraint*: Two events with the same value for a field or fields in the data (unique field index)
- None: We store all events no matter what
*Note that the unique field constraint requires us to be able to process your data -- which we won't be able to do until we have a schema registry. So although this is technically a deduplication option, in practice it is not usable and will return not implemented errors.
One quick caveat: deduplication happens as a background process right now, not in realtime. However in our next release, we will add real-time deduplication and data quality checks!
Ensign UX/UI Updates
- Beacon Home UI Improvements to allow users to easily view and change their settings
- Additional user support including helpful starter videos and increased accessibility to resources
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Forgot your password? 🔐 We've got you covered. This release includes the password reset functionality, continued improvements to make rotational.io even more informative and user friendly, fixes to the login workflow, a fix for a pagination bug, increased code coverage on the frontend, and a new step-by-step guide in the docs!
Full Changelog: v0.10.0...v0.11.0