question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prepare release 3.0.0

See original GitHub issue

The last release on the 2.x line was 2.0.2 on June 8. A major version bump after only one month isn’t ideal, but it’s probably good to get this out soonish so folks can start using it. If there is something you would like to see in the next release that is not listed here, please open a new issue or submit a pull request.

Edit: Updated July 24 27 with latest commits.

Changes since 2.0.2 release. (git log v2.0.2..origin/master --oneline)

a86cedc lib: remove unused event creation functions (#277) 3d82fb6 refactor: simplify ce version parsers (#274) 3c8273f lib: validate extension values (#251) 129ec48 refactor: combine v03 and v1 event interfaces, specs and schemas into single files(#270) 45850e3 chore: consolidate HTTP parsers and header maps into single files (#267) 1613595 chore: add vscode task JSON and GitHub issue/pr templates (#268) a6124cc refactor: simplify parser logic and duplicated code (#269) 9ae32c7 lib: change Receiver#accept() to be static Receiver.accept (#271) 565f867 feat: use npm name cloudevents (#260) 4b54b27 feat: simplify validation logic/imports (#265) 4014da2 feat: remove unused plugins (#262) a7c326b fix: do not require an HTTP body on incoming binary event messages d866691 build(deps): bump lodash from 4.17.15 to 4.17.19 (#254) cfde6d5 Add Copyright Date and Holder name (#257) 2ed5f84 fix: package.json & package-lock.json to reduce vulnerabilities (#253) c496931 docs: clean up spec compliance table on README.md (#252) 84f1ed9 feat(src): add ext name validation (#246) de6f0a2 docs(README): Update readme to mention that CloudEvents are read-only now (#248) 13bcdb4 fix: upgrade uuid from 8.1.0 to 8.2.0 (#250) 8e79fdc build(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (#247) c7a8477 feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) dca2811 test: inplement the cucumber conformance tests from cloudevents/spec (#238) 90a9984 chore: bump GH stale action to v3 (#243) 51035dc fix: ensure that the HTTP receiver sanitizes headers in accept() (#239) d65b013 chore(actions): don’t auto-close stale issues and pull requests (#235) 25077a9 fix: upgrade uuid from 8.0.0 to 8.1.0 (#220) 276b810 BREAKING CHANGE(lib): rewrite in TypeScript (#226) 060b21b fix: parse method mutating its input (#231) 5ab8164 chore: adds the return type for the extensions (#221) 850e893 docs(README): fix wrong order of arguments in the accept example (#224) 7012433 chore: webpack should publish to bundles not _bundles (#227) 99bb88b examples: add a WebSocket example (#218) 8b2725b feat: introduce browser support (#201) 0378f4c feat: pass extension into the constructor. (#214) dcb3c4e chore: Update examples to use the latest sdk version(2.0.2) (#206) 4265281 feat: add types to package.json (#216) 44b791b docs: generate api documentation as a GitHub workflow (#217) ed1d328 docs: Update references of specific versions to use Latest Supported. (#211)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
lancecommented, Jul 24, 2020

We should probably start planning for this release to ship next week if possible. Before that, I would like the following PRs to land. Any objection @lholmquist / @grant?

1reaction
lancecommented, Jul 24, 2020

@lholmquist awesome - thanks! Maybe on Monday we can finish up #251 and head down the release road.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maven Release plugin – release:prepare - Apache Maven
Description: Prepare for a release in SCM. Steps through several phases to ensure the POM is ready to be released and then prepares...
Read more >
Preparing for Spring Boot 3.0
We are planning to release Spring Boot 3.0 in November 2022. This next major revision will be based on Spring Framework 6.0 and...
Read more >
How to get Maven release plugin 3.0.0-M1 to work with RTC ...
I load the buildWorkspace (same as the one referenced in the <scm> connections), and run aven with debug ( -X ) and the...
Read more >
Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 #708
Commits b86c5f2 [maven-release-plugin] prepare release maven-release-3.0.0-M7 0615a4c [MRELEASE-1072] Reuse original tag for next development version in ...
Read more >
Maven Release Plugin looking for settings file in wrong directory
I'm using maven 3.8.4 and maven release plugin 3.0.0-M7 ... to the proper directory $ mvn --settings /F/.m2/settings.xml release:prepare.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found