- Update dependencies.
- Add
registry.api_url()
andregistry.download_url()
. - Print config snippet for Cargo when initializing a new registry.
- Fix adding files to the index of the index repository.
- Fix deserialization of search queries with escaped characters.
- Automatically reload TLS keys and certificates every 24 hours.
- Add method and CLI command to completely delete a crate.
- Add README.
- Implement
search
API endpoint. - Add more logging to the server application and improve logging format.
- Create new registries with user provided URL in the CLI tool.
- Use lower case
palletizer.toml
as configuration file. - Fix format of dependencies in index entries.
- Limit dependencies to registries allowed in the configuration file.
- Fix index path for 1, 2 and 3 letter crates.
- Fix the name of the
version_req
field in index entries.
- Support adding, yanking and unyanking crates.
- Serve the index and registry API on a webserver.