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: v0.11.0
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.0.0
Choose a head ref
  • 9 commits
  • 29 files changed
  • 3 contributors

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    2455f00 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. docs: customize contributing guide (#77)

    * docs: clean up contributing guide
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * docs: add local documentation section
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: experiment with Gitpod pre-build env
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * fix: unnecessary exc_info in example exception
    
    * docs: add conventions we use across the project
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * chore: remove gitpod due to poetry issue
    
    * chore: develop branch in bold
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * chore: add link to RFC issue, fix typo
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * chore: address Nicolas feedback on PR link
    
    Signed-off-by: heitorlessa <[email protected]>
    heitorlessa authored Jun 14, 2020
    Configuration menu
    Copy the full SHA
    57d2905 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. chore: remove deprecated code before GA (#78)

    * chore: remove Logger deprecated code
    
    * chore: remove Metrics deprecated code
    
    * chore: remove models from deprecated code
    
    * chore: move logger formatter to its own file
    heitorlessa authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    69d5fda View commit details
    Browse the repository at this point in the history
  2. chore: cleanup tests (#79)

    * chore: remove Logger deprecated code
    
    * chore: remove Metrics deprecated code
    
    * chore: remove models from deprecated code
    
    * chore: move logger formatter to its own file
    
    * chore: cleanup metrics tests
    
    * chore: cleanup tracer tests
    
    * chore: cleanup logger tests
    
    * chore: cleanup tracer tests
    
    * chore: set test coverage to 90% min
    
    Signed-off-by: heitorlessa <[email protected]>
    heitorlessa authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    dd6a1e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. feat: add metrics metadata (#81)

    * chore: remove Logger deprecated code
    
    * chore: remove Metrics deprecated code
    
    * chore: remove models from deprecated code
    
    * chore: move logger formatter to its own file
    
    * chore: cleanup metrics tests
    
    * chore: cleanup tracer tests
    
    * chore: cleanup logger tests
    
    * chore: cleanup tracer tests
    
    * chore: set test coverage to 90% min
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: add metrics metadata #80
    
    * docs: add metrics metadata #80
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * chore: refactor metric serialization
    
    * improv: test metadata with log_metrics
    
    * improv: test serialize metric with valid EMF object
    heitorlessa authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f5aab39 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. feat: docs anonymized page view (#82)

    * chore: add amplify dep
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * feat: add anonymized click stream to docs view
    
    Signed-off-by: heitorlessa <[email protected]>
    heitorlessa authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    05ed3fe View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    79b1c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d14e3 View commit details
    Browse the repository at this point in the history
  3. chore: bump to 1.0.0 GA (#83)

    * chore: bump version and remove beta/RC status
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * docs: add quick helpful links to the top
    
    Signed-off-by: heitorlessa <[email protected]>
    
    * fix: metadata typo
    
    Co-authored-by: Tom McCarthy <[email protected]>
    
    Co-authored-by: Tom McCarthy <[email protected]>
    heitorlessa and to-mc authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2161823 View commit details
    Browse the repository at this point in the history
Loading