Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 15 commits
  • 38 files changed
  • 11 contributors

Commits on Jan 4, 2021

  1. docs: add missing parser models (#254)

    Co-authored-by: Ran Isenberg <[email protected]>
    ran-isenberg and Ran Isenberg authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    893068f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    b5e3593 View commit details
    Browse the repository at this point in the history
  2. feat: support custom formats in JSON Schema validation (#247)

    * Issue: 246
    
    * Issue: 246
    
    * Issue: 246 test
    
    * fix: non-mutable argument, and type annotation
    
    * chore: adopt project code style
    
    * improv: catch invalid formats exception
    
    * docs: add a sub-section to explain its use
    
    Co-authored-by: Oliver Friesen <[email protected]>
    Co-authored-by: heitorlessa <[email protected]>
    3 people authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    4c5ea71 View commit details
    Browse the repository at this point in the history
  3. docs: fix note whitespace

    heitorlessa committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    1e87b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. chore: general simplifications and cleanup (#255)

    * chore: General simplications and cleanup
    
    * Use simplified logic checks
    * Use list and dict comprehension
    * Return value directly
    
    * Does the same and removes that if/else logic
    
    Co-authored-by: Joris Conijn <[email protected]>
    
    * Does the same and removes that if/else logic
    
    Co-authored-by: Joris Conijn <[email protected]>
    
    * Removed unneeded blank line.
    
    * fix: Fix indents from accepting github changes
    
    * fix: Temp fix to correct unit tests
    
    * chore: Make easier to read
    
    Co-authored-by: Joris Conijn <[email protected]>
    Michael Brewer and Joris Conijn authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    157a7bc View commit details
    Browse the repository at this point in the history
  2. feat: support extra parameter in Logger messages (#257)

    * improv: refactor formatter to ease changes
    
    * feat: support for extra keys in log messages
    
    * docs: add extra param, temp toc fix
    heitorlessa authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    1131541 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. docs: add info about extras layer (#260)

    * docs: add info about extras layer
    
    * docs: cleanup
    
    * Update docs/content/index.mdx
    
    Co-authored-by: Heitor Lessa <[email protected]>
    Alex and heitorlessa authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    dfb97af View commit details
    Browse the repository at this point in the history
  2. improv: override Tracer auto-capture response/exception via env vars (#…

    …259)
    
    * improv: add capture_response/error env vars
    
    * improv: add tests for capture_response/error env vars
    
    * docs: update env vars
    
    * improv: address Nicolas feedback; improve docs
    
    * docs: fix wording on disable exception example
    heitorlessa authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    8ad7e04 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. chore: update stale bot

    heitorlessa authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e2ae79e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. feat: Add AppConfig parameter provider (#236)

    * feat: Add AppConfig parameter provider
    
    * fix: fix identation and remove YAML transform reference
    
    Co-authored-by: Ran Isenberg <[email protected]>
    Co-authored-by: Nicolas Moutschen <[email protected]>
    3 people authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    8931390 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. docs: fix import (#267)

    suud authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ea90421 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. chore: move env names to constant file (#264)

    * chore: shift vars to constant to ease changing
    
    * improv: update tests to include non-truthy choice var
    heitorlessa authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    454d669 View commit details
    Browse the repository at this point in the history
  2. improv: add support for custom lambda handlers with kwargs #242 (#269)

    * improv: support kwargs
    
    * chore: add a comment to not forget about async tracer
    heitorlessa authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    1d0ee0e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. feat: toggle to disable log deduplication locally for pytest live log #…

    …262 (#268)
    
    * feat: add flag to disable log deduplication filter #262
    
    * docs: add new env var, explicit warning on its use
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * chore: address Nicolas' feedback on comment example
    heitorlessa authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    54d8967 View commit details
    Browse the repository at this point in the history
  2. chore: bump to 1.10.0 (#270)

    * docs: add explicit new quote
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * chore: bump to 1.10.0
    heitorlessa authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    722b4a3 View commit details
    Browse the repository at this point in the history
Loading