Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to v1.9.1 #1

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

bump to v1.9.1 #1

wants to merge 30 commits into from

Commits on Sep 21, 2021

  1. v1.8.0 changelogs

    edenhill committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7182357 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Added convenience method StoreMessage that calls StoreOffsets (@finnc…

    …olman, confluentinc#676)
    
    * Added convenience method StoreMessage that calls StoreOffsets
    
    * Added '.' at the end of the comment
    
    * Added Offset less than 0 check
    
    * Moved the check to the correct method
    
    Co-authored-by: Finn Colman <[email protected]>
    finncolman and finncolman authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    194896a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    f27b67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf3f642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0475aec View commit details
    Browse the repository at this point in the history
  4. v1.8.2 changelog

    edenhill committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4f3e610 View commit details
    Browse the repository at this point in the history
  5. Reduce number of Travis jobs

    edenhill committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    1d5067b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Add some links out to Confluent Developer

    Robin Moffatt authored and edenhill committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    25808dd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Create a MockCluster within Go for testing (@SourceFellows, @kkoehler,

    …confluentinc#729)
    
    * Added MockCluster implementation which can be used for testing
    
    * adjust documentation for mock cluster
    
    * Added example for MockCluster
    
    * Fixed naming
    
    Co-authored-by: Magnus Edenhill <[email protected]>
    
    * fixed typo
    
    Co-authored-by: Magnus Edenhill <[email protected]>
    
    * removed
    
    Co-authored-by: Magnus Edenhill <[email protected]>
    
    * fixed comment
    
    Co-authored-by: Magnus Edenhill <[email protected]>
    
    * adjust documentation
    
    Co-authored-by: Magnus Edenhill <[email protected]>
    
    * adjustments regarding comments from Magnus
    
    * fixed cleanup code for kafka configuration
    
    * fixed destroy for C references
    
    * fixed spaces
    
    * removed call to `C.rd_kafka_conf_destroy(mc.cConf)` in close
    
    * added docu for MockCluster type
    
    * moved package statement into first line
    
    * adjustments according to @edenhill comments
    
    * Update kafka/mockcluster.go
    
    Co-authored-by: Magnus Edenhill <[email protected]>
    
    * removed duplicate import
    
    * removed the remark as suggested from @edelhill
    
    * changed typedef from struct_rd_kafka_mock_cluster_s to rd_kafka_mock_cluster_t
    
    Co-authored-by: Kristian Köhler <[email protected]>
    Co-authored-by: Magnus Edenhill <[email protected]>
    Co-authored-by: Kristian Köhler <[email protected]>
    4 people authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    f9fce7a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

Commits on Apr 19, 2022

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

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    8a2fdf0 View commit details
    Browse the repository at this point in the history
  2. librdkafka import: -framework .. must also be added to build_darwin.go

    .. and remove Require: check from pc, will not work and is not needed.
    edenhill committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b499044 View commit details
    Browse the repository at this point in the history
  3. kafka.go: revert partial f9fce7a to reinstate package docs

    The "package .." stanza needs to follow the package docs comment, but
    a previous commit moved the stanza to the top of the file which caused the
    package docs to be ignored by 'godoc'.
    edenhill committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    47eb9cf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    f35b29a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a8fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dce6d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    a3f1fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f195ac6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

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

Commits on Jun 20, 2022

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

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    e34bc9a View commit details
    Browse the repository at this point in the history
  2. KIP-140: ACL operations (confluentinc#796) (confluentinc#799)

    Bindings for ACL operations:
    CreateAcls
    DescribeAcls
    DeleteAcls
    emasab authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e1fd1c9 View commit details
    Browse the repository at this point in the history
  3. fixes confluentinc#723 (confluentinc#787)

    changed references to the new go.dev site or to github.com
    emasab authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9c586e3 View commit details
    Browse the repository at this point in the history
  4. Improvements to Go client examples (confluentinc#801)

    improvements to client examples:
    - Changed the producer example to use the Events delivery channel.
    - Added another producer example using a custom delivery channel
    - Moved channel producer and consumer examples to the
      examples/legacy folder
    - Added missing descriptions for other examples
    - Consumer example with at-least-once guarantee by disabling
      enable.auto.offset.store and using StoreMessage
    - Custom channel example with a channel for each Produce call
    emasab authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b89b9e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d38dbd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6c4e03 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. kafka/consumer: return RevokePartition/AssignPartition events from Po…

    …ll method
    
    Details: confluentinc#610
    igungor authored and Deniz Surmeli committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e7384e7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    Deniz Surmeli committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    440d0d5 View commit details
    Browse the repository at this point in the history