Releases: ultradns/postman
Releases · ultradns/postman
v1.0.1
Added
- Response examples for all endpoints
Fixed
- Pre-request script for rrset delete
- Publish workflow
- The collection was causing arg limit errors with
jq
- Wrote a simple Python script to handle the publishing to Postman
- The collection was causing arg limit errors with
Removed
- Subaccount section
- Will create as a separate collection in the future
v1.0.0
This is the initial public release of the refreshed Postman repository, formerly vercara/ultradns-postman.
Added
- Documentation for all endpoints with no overview
Changed
- Documentation refresh
- Updated all root level folder descriptions
- Moved documentation for SiteBacker endpoints from payload to overview
- Collapsed all list record by type endpoints into a single endpoint with a type parameter
- Moved "List Pools" to the Records folder
- Deleted redundant "List Zone RRSets" request from Zones folder
- Renamed "Request Report" to "Retrieve Report"
- Made "Zero Query Report" default to last 30 days when no date range specified
- Added "Documentation" section to CHANGELOG.md
Fixed
- Commented out a couple lines to fix the pre-request script in "Create RRSet"
v0.1.5
Added
- GET endpoint for MX records
v0.1.4
Added
- GET endpoint for TXT records
v0.1.3
Added
- GET endpoint for NS records
Changed
- Removed redundant NS and SOA endpoints from zones folder
v0.1.2
Added
- GitHub Actions workflow to trigger a release when a new tag is pushed
- GET endpoint for SOA record
Changed
sanitize_postman.py
should strip out versions in the repo, this gets appended buy thepublish-postman.yml
workflow- Environment is now named "Sample Environment"
Fixed
- Incorrect URI in GET CNAME endpoint
v0.1.1
Added
- GitHub Actions workflow to convert Postman collection to OpenAPI schema after publish
Changed
- Appending version to the collection and environment names
Fixed
- Issue with the
HASH
placeholder value needing to be blanked out of environment before collection could be used
v0.1.0
Added
- GitHub Actions workflow to validate Postman collection schema on pull requests
- GitHub Actions workflow to sanitize collection data on push to main branch
- GitHub Actions workflow to automatically publish collections to Postman workspace on release
- New API endpoints for DNS record testing:
- GET endpoint for CNAME record validation
- GET endpoint for A record validation
- Python utility scripts in
scripts/
directory:validate_postman.py
: Validates Postman collection schemassanitize_postman.py
: Sanitizes collection dataptoa_postprocess.py
: Converts Postman collections to OpenAPI format
- OpenAPI specification in
spec/
directory, automatically generated from Postman collections