Jonathan Johnson
Jonathan Johnson
- Allow more than one domain name to be on the primary "order" that includes the primary dns name. - Allow for additional orders to be made with arbitrary dns...
We have `NamedCollection::entry`, but we don't have a way to do an upsert based on document ID. - (Maybe) Blocked by #189
We need a way to allow renaming a collection from one name to another. This is one reason that the collection name and view names aren't automatically calculated from the...
Currently, 2D and 3D indexes can be made with integer types fairly easily, using a tuple (e.g., `type Key = (i32, i32)`, and queries can be made using ranges: ```rust...
After #78, it should be possible to schedule the expiration of documents.
I am trying to create a small app from scratch as part of doing a little last-minute testing on the alpha. I'm not going to hold up releasing the alpha...
- [ ] #180 - [ ] Change the authority of all built-in collections to "bonsaidb" from "khonsulabs".
This isn't perfect, but it's better than not having feature flags showing up at all. #178 explains the vision for where this will end-up after namespaced feature flags are released,...
I received an email the other day about a revoked certificate from LetsEncrypt. I checked the main projects, and none were affected, but I missed that minority-game.gooey.rs was revoked. I...
Somewhat related to #171, we should have a way to explicitly ask our ACME service to request a renewal ahead of time. Currently the only way to do so is...