cznic/public/: cdnskey-processor-api-0.5.0 metadata and description
Protocol buffers for cdnskey processor service
author | Marina Shchavleva |
author_email | marina.shchavleva@nic.cz |
classifiers |
|
license | GPL-3.0-or-later |
requires_dist |
|
requires_python | ~=3.9 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
cdnskey_processor_api-0.5.0-py3-none-any.whl
|
|
|
cdnskey_processor_api-0.5.0.tar.gz
|
|
cdnskey-processor-api
gRPC interface for cdnskey-processor
How to compile into C++ source files
Example:
(rm -rf build; mkdir build; cd build; cmake ../cmake/example/c++/); cmake --build build --target all
ChangeLog
Releases
Unreleased
0.5.0 (2025-04-03)
- Add max_age parameter into acceptable_dnskeys function (#14).
- Extend CdnskeyStatus (#15).
- Update project setup.
0.4.0 (2025-02-25)
- Add task_imported_at attribute into AcceptableDnskey.
- Add C++ CMakeLists.txt example file.
0.3.2 (2022-03-30)
- Replace setup_requires with pyproject.toml.
0.3.1 (2022-03-11)
- Update CMake build
0.3.0 (2021-09-09)
- Streaming acceptable_dnskeys reply.
0.2.1 (2022-03-30)
- Replace setup_requires with pyproject.toml.
0.2.0 (2021-08-11)
- Fix replies in Supervisor interface.
0.1.1 (2022-03-30)
- Replace setup_requires with pyproject.toml.
0.1.0 (2021-06-15)
Initial version.