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: cloudevents/sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: cloudevents/sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 9 commits
  • 69 files changed
  • 8 contributors

Commits on Aug 13, 2021

  1. add sql to the released submodules

    Signed-off-by: Scott Nichols <snichols@vmware.com>
    Scott Nichols committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    9cdfe77 View commit details
    Browse the repository at this point in the history
  2. cleanup post 2.5.0 release (#706)

    Signed-off-by: Scott Nichols <snichols@vmware.com>
    Scott Nichols authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    236e441 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Use message context as inbound context when available (#708)

    This way middlewares are able to mutate the message context and have
    that get threaded through to our invoker
    
    Signed-off-by: Ben Moss <benm@vmware.com>
    benmoss authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ae266ed View commit details
    Browse the repository at this point in the history
  2. Fix nats integration tests (#710)

    Signed-off-by: Ben Moss <benm@vmware.com>
    benmoss authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    70febdc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Add sender example for protobuf data (#712)

    * Add sender example for protobuf data
    
    This example mirrors the existing HTTP sender example except that it
    adds a protobuf object as the payload instead of a JSON map.
    
    Signed-off-by: Kevin Conway <kevinconway@invisionapp.com>
    
    * Fix envelope format and dataschema in sample
    
    Signed-off-by: Kevin Conway <kevinconway@invisionapp.com>
    
    * Add protobuf HTTP receiver sample
    
    Signed-off-by: Kevin Conway <kevinconway@invisionapp.com>
    kconwayinvision authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7e47d96 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Propagate error to observability service (#715)

    * Propagate error to observability service
    
    Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
    Signed-off-by: Joao Grassi <joao.grassi@dynatrace.com>
    
    * Fix imports order
    
    Signed-off-by: Joao Grassi <joao.grassi@dynatrace.com>
    
    Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
    joaopgrassi and arminru authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e1371d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Introduce OpenTelemetry observability service (#717)

    * Introduce OpenTelemetry observability service (#2)
    
    Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
    Co-authored-by: Georg Pirklbauer <georg.pirklbauer@dynatrace.com>
    Signed-off-by: Joao Grassi <joao.grassi@dynatrace.com>
    
    * Upgrade OTel package to 1.0.0
    
    Signed-off-by: Joao Grassi <joao.grassi@dynatrace.com>
    
    Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
    Co-authored-by: Georg Pirklbauer <georg.pirklbauer@dynatrace.com>
    3 people authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    74757a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Fix nil time assertions for go 1.17 (#726)

    https://pkg.go.dev/time#Time.GoString added in Go 1.17 means this error
    string will be different depending on which version we are on.
    
    Signed-off-by: Ben Moss <benm@vmware.com>
    benmoss authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    7fe4b6a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Automate the release process using github actions (#730)

    Signed-off-by: Scott Nichols <scott@chainguard.dev>
    n3wscott authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ae0dc5a View commit details
    Browse the repository at this point in the history
Loading