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.0.2
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.1.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 21, 2020

  1. chore(deps): bump lodash from 4.17.15 to 4.17.19 in /docs (#93)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0c75ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    2a431dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40972d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. feat: add support for logger inheritance (#99)

    * chore: uppercase env var log level value
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: add keys to existing formatter
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * chore: remove duplicate parameters docstring
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: add name parameter
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: support logging inheritance
    
    * chore: spelling
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * improv: make handler prop private
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: fetch random logger; remove dead loc
    
    * improv: cover child logger independence
    
    * improv: addresses nico feedback on missing test
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * fix: docstring name parameter short description
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * improv: logger inheritance via child param
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * improv: update tests
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * improv: logger test utility no longer necessary
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * improv: make test name more descriptive
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * fix: remove logger utility as it's no longer used
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * fix: address feedback on consistency
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * improv: turn log_level input case insensitive
    
    * chore: add unreleased changes to Logger
    
    * docs: adds reusing logger across your code section
    
    Documents new Logger feature to support logging inheritance using the new `child` parameter.
    heitorlessa authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    b808b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3feb63 View commit details
    Browse the repository at this point in the history
Loading