Changelog

Changelog

0.1.2

  • Initial release of modules

    • Quoter

    • FileLoader

    • APIRequest Builder

0.1.3

  • Initial release of module

    • ABConnectAPI

0.1.4

  • Bugfix release

0.1.5

  • Django compatibility for token storage

  • Session-based authentication support

0.1.6

  • Additional bugfixes and improvements

0.1.7

  • Comprehensive Sphinx documentation

  • Improved docstrings across all modules

  • Documentation deployed to Read the Docs

0.1.8

  • Dynamic method generation from OpenAPI/Swagger specification

  • Query builder for API

  • Pydantic models for type-safe API responses

  • Test suite for endpoints

  • Environment configuration system supporting staging/production

  • Pytest automatically uses .env.staging for test isolation

  • Centralized configuration management via Config class

  • Backward compatibility maintained with existing endpoint implementations

  • Virtual environment usage documented in CLAUDE.md

0.1.9

  • Test case and documentation improvements.