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: siri1410/sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cloudevents/sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 12 files changed
  • 5 contributors

Commits on May 26, 2024

  1. Update CI and tooling (cloudevents#236)

    * Update pre-commit hooks
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    * Add Python 3.12
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    * Drop python 3.7 and add 3.12 to TOX
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    * Migrate to latest action versions. Drop v3.7 from CI and add 3.12
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    * Migrate to Python 3.8
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    * Fix changelog message.
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    xSAVIKx authored May 26, 2024
    Configuration menu
    Copy the full SHA
    eedc61e View commit details
    Browse the repository at this point in the history
  2. Pydantic v2 (cloudevents#235)

    * Fixes examples when using Pydantic V2
    
    Signed-off-by: Fabio Batista <fabio@atelie.dev.br>
    
    * When type checking, uses the latest (V2) version of Pydantic
    
    Signed-off-by: Fabio Batista <fabio@atelie.dev.br>
    
    ---------
    
    Signed-off-by: Fabio Batista <fabio@atelie.dev.br>
    Co-authored-by: Yurii Serhiichuk <xSAVIKx@users.noreply.github.com>
    fabiob and xSAVIKx authored May 26, 2024
    Configuration menu
    Copy the full SHA
    11520e3 View commit details
    Browse the repository at this point in the history
  3. Modified content-type to abide by attribute naming conventions for cl…

    …oudevents (cloudevents#232)
    
    * fix: changed content-type to a valid attribute
    
    Signed-off-by: vivjd <vivjdeng@hotmail.com>
    
    * fix: changed headers back to content-type
    
    Signed-off-by: Vivian <118199397+vivjd@users.noreply.github.com>
    Signed-off-by: vivjd <vivjdeng@hotmail.com>
    
    * modified kafka test cases to match datacontenttype
    
    Signed-off-by: vivjd <vivjdeng@hotmail.com>
    
    * fix: updated kafka/conversion.py and test cases to check for valid attributes
    
    Signed-off-by: vivjd <vivjdeng@hotmail.com>
    
    ---------
    
    Signed-off-by: vivjd <vivjdeng@hotmail.com>
    Signed-off-by: Vivian <118199397+vivjd@users.noreply.github.com>
    Co-authored-by: Yurii Serhiichuk <xSAVIKx@users.noreply.github.com>
    vivjd and xSAVIKx authored May 26, 2024
    Configuration menu
    Copy the full SHA
    16441d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Release/v1.11.0 (cloudevents#237)

    * Add missing changelog items
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    * Bump version
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    xSAVIKx authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c6c7e8c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix kafka unmarshaller args typing and defaults (cloudevents#240)

    * fix kafka unmarshaller args typing and defaults
    
    Signed-off-by: Christoph Hösler <christoph.hoesler@inovex.de>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Christoph Hösler <christoph.hoesler@inovex.de>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    hoesler and pre-commit-ci[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    efca352 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.11.1 (cloudevents#241)

    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    xSAVIKx authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    96cfaa6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. chpre: disable attestations while we're not using trusted publishing (c…

    …loudevents#243)
    
    Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
    xSAVIKx authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c5645d8 View commit details
    Browse the repository at this point in the history
Loading