Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Semantic Versioning

< MAJOR >.< MINOR >.< PATCH >

  • MAJOR: version when you make incompatible API changes
  • MINOR: version when you add functionality in a backwards compatible manner
  • PATCH: version when you make backwards compatible bug fixes

Definitions for releasing versions

  • https://peps.python.org/pep-0440/

    • X.YaN (Alpha release): Identify and fix early-stage bugs. Not suitable for production use.
    • X.YbN (Beta release): Stabilize and refine features. Address reported bugs. Prepare for official release.
    • X.YrcN (Release candidate): Final version before official release. Assumes all major features are complete and stable. Recommended for testing in non-critical environments.
    • X.Y (Final release/Stable/Production): Completed, stable version ready for use in production. Full release for public use.

[1.0.1] - 2025-12-17

Fixed

  • Minor bug fix in data transformation pipeline when handling empty datasets.
  • Improved error handling for invalid input formats.

[1.0.0] - 2025-12-16

Added

  • Added validation functions: str, email.
  • A ๐Ÿ–๏ธ Manual Trigger Simulator is created to test the code without needing to be called from a webhook trigger.
  • Ready for production launch.

[0.3.0] - 2025-12-12

Added

  • Added validation functions: str, email.

[0.2.0] - 2025-12-12

Changed

  • Corrected validation functions: bool, int, float.

[0.1.0] - 2025-12-09

Added

  • Creation of the Python simulator for local development using n8n inputs.
  • Validation functions are created.

[0.0.2] - 2025-12-05

Changed

  • Review of sticky notes.

[0.0.1] - 2025-12-03

Added

  • Initial repository setup.
  • Project structure creation.