cznic/public/: fred-regal-0.6.0 metadata and description
Regal - registry auxiliary library
author | Jan Musílek |
author_email | jan.musilek@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | types |
requires_dist |
|
requires_python | ~=3.8 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred-regal-0.6.0.tar.gz
|
|
|
fred_regal-0.6.0-py3-none-any.whl
|
|
Client library for FRED registry backend
Learn more about the project and our community on the FRED’s home page
ChangeLog
Unreleased
0.6.0 (2022-11-22)
[BREAKING] Change type of Domain.expires_at to datetime
[BREAKING] Change registrar_handle arg to registrar_id in RegistrarAdminClient.update_registrar
[BREAKING] Change meaning of registrar_handle in RegistrarAdminClient.update_registrar to change registrar handle
Add registrar id to Registrar model – default value is the same as registrar handle
Add domain lifecycle attributes
Add EPP credentials edit methods
Add EPP credentials get method
Add SSL certificate properties
Reformat code with black
0.5.3 (2022-11-08)
Fix annotations
0.5.2 (2022-11-01)
Add exception decoding to create_registrar method of RegistrarAdminClient
Add __str__ method to Address
0.5.1 (2022-10-10)
Add update_registrar method to RegistrarAdminClient
0.5.0 (2022-09-20)
Add get_registrar_zone_access_history to RegistrarClient
Add create_registrar method to RegistrarAdminClient
Add zone access edit methods (add, update, delete) to RegistrarAdminClient
Add is_internal flag to registrar
0.4.1 (2022-06-13)
Inherit object id classes from BaseId
0.4.0 (2022-05-09)
Add additional domain notify info methods
0.3.2 (2022-05-03)
Fix sponsoring registrar validator
0.3.1 (2022-05-02)
Fix get_domains_by_contact to return set of roles instead of booleans
0.3.0 (2022-04-28)
Add get_domains_by_contact method
Add sponsoring registrar to all basic object types
0.2.0 (2022-04-14)
Add bulk change domain state flags method
Add bulk delete domains method
Add get_object_id methods
Add ObjectDoesNotExist exception
Add Id and HistoryId types
Use pydantic models
Change decoding of unset messages and empty strings
Replace UUID with str for all object identifiers
Expose some missing imports
0.1.0 (2021-11-15)
Initial version.