Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 26 Jun 04:04
· 29 commits to main since this release
ce34134

Changelog

  • e1b6d94 Enhance command functionality by adding idempotency key support for safe retries in write operations. Implement validation for various command flags, including DNS types, email addresses, and date ranges, to improve error handling and user feedback. Update output handling for paginated results across multiple modules to include total counts and next page indicators.
  • 3290e05 Feat/debugfile (#2)
  • ce34134 Feat/polish (#4)
  • 20f3e57 Feat/status improvements (#3)
  • 88eebd5 Refactor DNS validation functions to improve error messaging and label handling. Replace string splitting method with a more efficient variant and enhance error messages for clarity regarding DNS record types.
  • 7aeae6e Refactor domain argument handling across multiple command files to improve error management and validation. Introduce new utility functions for validating email local parts and URL forwarding types. Update pagination handling in DNS record fetching to include next page indicators, enhancing user feedback during data operations.
  • fb3bfb8 Refactor domain argument handling in command files to improve error management. Replace direct argument access with a utility function for domain validation, enhancing robustness and consistency across the application.