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.12.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.13.0
Choose a head ref
  • 15 commits
  • 22 files changed
  • 10 contributors

Commits on Sep 29, 2022

  1. remove n3wscott as admin for golang sdk (#803)

    Signed-off-by: Scott Nichols <n3wscott@tableflip.dev>
    
    Signed-off-by: Scott Nichols <n3wscott@tableflip.dev>
    n3wscott authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    610a281 View commit details
    Browse the repository at this point in the history
  2. fix:change cloudevents.HTTPOption and cloudevents.HTTPOption from typ…

    …e redine to type alias (#805)
    
    Signed-off-by: sforests <a904913999@gmail.com>
    
    Signed-off-by: sforests <a904913999@gmail.com>
    Co-authored-by: sforests <a904913999@gmail.com>
    sforests and sforests authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    28a35b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. update antlr

    Signed-off-by: Lionel Villard <villard@us.ibm.com>
    lionelvillard committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    52b1227 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Merge pull request #806 from lionelvillard/upgrade-antlr

    Update antlr4 to match the one use in k8s 1.25
    duglin authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ce4c9d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. VOTE: add sasha-tkachev to owners (#808)

    * chore: add sasha-tkachev to owners
    
    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    
    * chore: add lionelvillard to owners
    
    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    
    * style: remove blank line
    
    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    
    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6784a56 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Bump nokogiri from 1.10.9 to 1.13.9 in /docs

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.13.9.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.10.9...v1.13.9)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    302641c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Merge pull request #813 from cloudevents/dependabot/bundler/docs/noko…

    …giri-1.13.9
    
    Bump nokogiri from 1.10.9 to 1.13.9 in /docs
    lionelvillard authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b888ba2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Patch sarama_kafka rebalance fix (#818)

    * Patch sarama_kafka rebalance fix
    
    Issue: #817
    Issue Explanation: IBM/sarama#2118
    Fix reference: https://github.com/Shopify/sarama/blob/5e2c2ef0e429f895c86152189f625bfdad7d3452/examples/consumergroup/main.go#L177
    
    Signed-off-by: nbajaj90 <nbajaj90@gmail.com>
    
    * Adding comment as per code review comment
    
    Signed-off-by: nbajaj90 <nbajaj90@gmail.com>
    
    * Fixing typo
    
    Signed-off-by: nbajaj90 <nbajaj90@gmail.com>
    
    * Incorporated review comment to move comment
    
    Signed-off-by: nbajaj90 <nbajaj90@gmail.com>
    
    Signed-off-by: nbajaj90 <nbajaj90@gmail.com>
    nbajaj90 authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9737f8e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. 💄 Using a more recent version on the README instructions to fetch the…

    … dependency
    
    Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
    matzew committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    23e85da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #822 from matzew/polish_readme

    Using a more recent version on the README instructions to fetch the dependency
    lionelvillard authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4af0214 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Avoid int parsing overflow issues

    See: #820
    Closes: #820
    
    Signed-off-by: Doug Davis <dug@microsoft.com>
    Doug Davis committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a85b4de View commit details
    Browse the repository at this point in the history
  2. Update some deps

    Closes #819
    
    Signed-off-by: Doug Davis <dug@microsoft.com>
    Doug Davis authored and lionelvillard committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f0c10d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #824 from duglin/issue820

    Avoid int parsing overflow issues
    lionelvillard authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2298be0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Add ReadHeaderTimeout for security

    Closes #821
    
    Signed-off-by: Doug Davis <dug@microsoft.com>
    Doug Davis committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    efab88d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge pull request #826 from duglin/issue821

    Add ReadHeaderTimeout for security
    lionelvillard authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1f844ba View commit details
    Browse the repository at this point in the history
Loading