8000 Releases · ultradns/postman · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ultradns/postman

v1.0.1

18 Jun 01:29
Compare
Choose a tag to compare

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

Removed

  • Subaccount section
    • Will create as a separate collection in the future

v1.0.0

17 Jun 20:48
Compare
Choose a tag to compare

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

12 Jun 19:36
Compare
Choose a tag to compare

Added

  • GET endpoint for MX records

v0.1.4

12 Jun 19:12
Compare
Choose a tag to compare

Added

  • GET endpoint for TXT records

v0.1.3

12 Jun 16:17
Compare
Choose a tag to compare

Added

  • GET endpoint for NS records

Changed

  • Removed redundant NS and SOA endpoints from zones folder

v0.1.2

11 Jun 19:04
Compare
Choose a tag to compare

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 the publish-postman.yml workflow
  • Environment is now named "Sample Environment"

Fixed

  • Incorrect URI in GET CNAME endpoint

v0.1.1

11 Jun 15:49
Compare
Choose a tag to compare

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

11 Jun 15:05
Compare
Choose a tag to compare

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 schemas
    • sanitize_postman.py: Sanitizes collection data
    • ptoa_postprocess.py: Converts Postman collections to OpenAPI format
  • OpenAPI specification in spec/ directory, automatically generated from Postman collections
0