Skip to content

v1.0.0

Compare
Choose a tag to compare
@gunyu1019 gunyu1019 released this 05 Mar 12:00
· 4 commits to main since this release

What's Changed

  • Objectify Request, not wrapper. (wrapper method to RequestCore.__call__)
  • Integrating Request and Component
  • Add extension.py for experimental feature.
  • Support component instance instead of types for type definitions.
  • Support custom name at component.
    Used when the custom name must be different from the parameter name.
    • Add Component.custom_name class method for custom name
    • Add Component.to_camel class method for custom name
    • Add Component.to_pascal class method for custom name
  • Rename this package called ahttp-client
  • Add before_request and after_request method at Session
  • Add before_hook and after_hook decoration at Request
    This file is not related to features by default in the async_client_decorator.
  • Add multiple_hook decorator method
  • Add get_pydantic_response_model decorator method
  • Add Component class that different from Component (version 0.x.x)
    The Header, Path, Body, Form and Query class extends this Component.
  • [Fixed] Wrong directly_response condition
  • [Fixed] Wrong type hinting at invoked hook.
  • [Docs] Add More Type Hint.
  • [Docs] Update README.md (Wrong Example)

Related Issues/Pull Request