Skip to content
This repository was archived by the owner on Aug 5, 2023. It is now read-only.

Releases: jsexton-portfolio/pyocle

v0.4.2

25 Aug 05:54

Choose a tag to compare

  • Bumped dependency versions

v0.4.1

21 Aug 02:54

Choose a tag to compare

  • Fixed issue not allowing json messages to be published correctly using sns.

v0.4.0

21 Aug 01:16

Choose a tag to compare

  • Added accepted response method
  • Added service package
    • Added Simple Notification Service
    • Added Simple Email Service
    • Key Management Service overhaul

v0.3.2

16 Jul 00:32

Choose a tag to compare

  • Fixed bug causing PaginationDetails to not ignore unexpected attributes

v0.3.1

16 Jul 00:12

Choose a tag to compare

  • Improved error logging
  • Fixed bug that was causing resolve_query_params to return a dict instead of the resolved model object

v0.3.0

15 Jul 22:48

Choose a tag to compare

  • Fixed bug causing None to be returned when no default was provided for encrypted_env_var.
  • Added pagination details to response metadata
  • Removed error module
    • error_handler noe resides in response module
  • Restructured ErrorDetails
    • Renamed field_name to location
    • Removed FieldErrorDetails

v0.2.2

08 Jul 23:02

Choose a tag to compare

  • Fixed bug in encrypted_env_var() function that was using the default value as the found environment variable.

v0.2.1

08 Jul 22:41

Choose a tag to compare

  • Fixed bug that caused library to fail when no attrs were passed to encrypted_env_var() function
  • connection_string() function now accepts a default

v0.2.0

08 Jul 21:57

Choose a tag to compare

  • Added env_var methods
  • Added decryption utils for environment variables
  • Added dependencies to setup.py
  • Added modules to __init__. Modules can now be used by simply importing pyocle.

v0.1.0

05 Jul 08:03

Choose a tag to compare

  • Created initial config module
  • Created initial error module
  • Created initial form module
  • Created initial response module
  • Created initial serialization module
  • Created initial service module