Skip to content

Starting to add 1.0#194

Merged
n3wscott merged 14 commits into
cloudevents:masterfrom
n3wscott:add_0.4
Sep 20, 2019
Merged

Starting to add 1.0#194
n3wscott merged 14 commits into
cloudevents:masterfrom
n3wscott:add_0.4

Conversation

@n3wscott
Copy link
Copy Markdown
Member

@n3wscott n3wscott commented Sep 20, 2019

This PR adds the v1.0 context for conforming to the new release of CloudEvents 1.0-rc1

This is the first of many updates to migrate the SDK to v1.0.

Scott Nichols and others added 12 commits September 20, 2019 10:30
Signed-off-by: Scott Nichols <nicholss@google.com>
…ptions. (cloudevents#171)

Signed-off-by: Scott Nichols <nicholss@google.com>
…loudevents#164)

Please see the code and doc for details.

Signed-off-by: Alan Conway <aconway@redhat.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: nachocano <nachoacano@gmail.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Main types are binding.Message, binding.Sender and binding.Receiver which
reads well in code, corresponds to CE spec use of the term "binding", and
avoids clashes with existing package name "transport".

Part of cloudevents#180 - The AMQP transport will be re-factored to use this package.

Signed-off-by: Alan Conway <aconway@redhat.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Diego Marangoni <diegomarangoni@me.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
* Found a blocking issue on pubsub transport if a subscriber had an error.

Signed-off-by: Scott Nichols <nicholss@google.com>

* make sure cancel is called

Signed-off-by: Scott Nichols <nicholss@google.com>

* go mod.

Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Signed-off-by: Scott Nichols <nicholss@google.com>
Copy link
Copy Markdown
Contributor

@markpeek markpeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Found one issue to change.

return ""
}

// DataContentEncoding implements EventReader.DataContentEncoding
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likely this was an earlier type since it should be for Extensions().

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, nice catch.

Signed-off-by: Scott Nichols <nicholss@google.com>
@n3wscott n3wscott merged commit 2891873 into cloudevents:master Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants