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

chore: release master #1176

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Feb 11, 2023

🤖 I have created a release beep boop

core: 0.0.11

0.0.11 (2023-03-13)

⚠ BREAKING CHANGES

  • expose pubsub topic in IDecodedMessage
  • update store.proto
  • update message.proto: payload and content topic are always defined
  • ConnectionManager and KeepAliveManager (#1135)
  • bump typescript
  • bump all prod dependencies
  • bump libp2p dependencies

Features

  • Codec as a property of the protocol implementations (a5ff788)
  • ConnectionManager and KeepAliveManager (#1135) (24c24cc)
  • Export Decoder, Encoder and DecodedMessage types from root (da1b18d), closes #1010
  • Expose pubsub topic in IDecodedMessage (628ac50), closes #1208
  • relay: Validate waku message at gossip layer (9684737)

Bug Fixes

  • Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
  • Remove initialising peer-exchange while creating a node (#1158) (1b41569)

Miscellaneous Chores

  • Bump all prod dependencies (88cc76d)
  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Update message.proto: payload and content topic are always defined (5cf8ed2)
  • Update store.proto (967e6ff)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/interfaces bumped from * to 0.0.8
      • @waku/proto bumped from * to 0.0.3
      • @waku/utils bumped from * to 0.0.2
create: 0.0.7

0.0.7 (2023-03-13)

⚠ BREAKING CHANGES

  • bump typescript
  • bump libp2p dependencies

Features

  • DNS discovery as default bootstrap discovery (#1114) (11819fc)

Bug Fixes

  • Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
  • Remove initialising peer-exchange while creating a node (#1158) (1b41569)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from * to 0.0.11
      • @waku/dns-discovery bumped from * to 0.0.6
      • @waku/peer-exchange bumped from * to 0.0.4
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.8
dns-discovery: 0.0.6

0.0.6 (2023-03-13)

⚠ BREAKING CHANGES

  • directly convert from ENR to PeerInfo, remove unneeded utility
  • extract decoder code
  • bump typescript
  • bump libp2p dependencies

Features

Bug Fixes

  • dns-discovery/peer-exchange: Check if peer is already tagged (952aadd)
  • Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)

Miscellaneous Chores

  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)
  • Extract decoder code (130c49b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/enr bumped from * to 0.0.6
      • @waku/utils bumped from * to 0.0.2
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.8
enr: 0.0.6

0.0.6 (2023-03-13)

⚠ BREAKING CHANGES

  • directly convert from ENR to PeerInfo, remove unneeded utility
  • extract encoder code
  • extract decoder code
  • bump typescript
  • bump all prod dependencies
  • bump libp2p dependencies

Bug Fixes

Miscellaneous Chores

  • Bump all prod dependencies (88cc76d)
  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)
  • Extract decoder code (130c49b)
  • Extract encoder code (22ffcf5)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from * to 0.0.2
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.8
interfaces: 0.0.8

0.0.8 (2023-03-13)

⚠ BREAKING CHANGES

  • expose pubsub topic in IDecodedMessage
  • directly convert from ENR to PeerInfo, remove unneeded utility
  • extract encoder code
  • update store.proto
  • update message.proto: payload and content topic are always defined
  • ConnectionManager and KeepAliveManager (#1135)
  • bump typescript
  • bump libp2p dependencies

Features

  • Codec as a property of the protocol implementations (a5ff788)
  • ConnectionManager and KeepAliveManager (#1135) (24c24cc)
  • Expose pubsub topic in IDecodedMessage (628ac50), closes #1208

Bug Fixes

  • Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
  • Remove initialising peer-exchange while creating a node (#1158) (1b41569)

Miscellaneous Chores

  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)
  • Extract encoder code (22ffcf5)
  • Update message.proto: payload and content topic are always defined (5cf8ed2)
  • Update store.proto (967e6ff)
message-encryption: 0.0.10

0.0.10 (2023-03-13)

⚠ BREAKING CHANGES

  • expose pubsub topic in IDecodedMessage
  • update message.proto: payload and content topic are always defined
  • bump typescript

Features

  • Export Decoder, Encoder and DecodedMessage types from root (da1b18d), closes #1010
  • Expose pubsub topic in IDecodedMessage (628ac50), closes #1208

Bug Fixes

Miscellaneous Chores

  • Bump typescript (12d86e6)
  • Update message.proto: payload and content topic are always defined (5cf8ed2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from * to 0.0.11
      • @waku/interfaces bumped from * to 0.0.8
      • @waku/proto bumped from * to 0.0.3
      • @waku/utils bumped from * to 0.0.2
peer-exchange: 0.0.4

0.0.4 (2023-03-13)

⚠ BREAKING CHANGES

  • directly convert from ENR to PeerInfo, remove unneeded utility
  • extract decoder code
  • bump typescript
  • bump all prod dependencies
  • bump libp2p dependencies

Features

  • Codec as a property of the protocol implementations (a5ff788)
  • DNS discovery as default bootstrap discovery (#1114) (11819fc)

Bug Fixes

  • dns-discovery/peer-exchange: Check if peer is already tagged (952aadd)
  • Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
  • Remove initialising peer-exchange while creating a node (#1158) (1b41569)

Miscellaneous Chores

  • Bump all prod dependencies (88cc76d)
  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)
  • Extract decoder code (130c49b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/enr bumped from * to 0.0.6
      • @waku/proto bumped from * to 0.0.3
    • devDependencies
      • @waku/interfaces bumped from * to 0.0.8
proto: 0.0.3

0.0.3 (2023-03-13)

⚠ BREAKING CHANGES

  • update store.proto
  • update message.proto: payload and content topic are always defined
  • bump protons from 5.1.0 to 7.0.2
  • bump typescript
  • bump all prod dependencies

Bug Fixes

Miscellaneous Chores

  • Bump all prod dependencies (88cc76d)
  • Bump protons from 5.1.0 to 7.0.2 (2f2d266)
  • Bump typescript (12d86e6)
  • Update message.proto: payload and content topic are always defined (5cf8ed2)
  • Update store.proto (967e6ff)
utils: 0.0.2

0.0.2 (2023-03-13)

⚠ BREAKING CHANGES

  • directly convert from ENR to PeerInfo, remove unneeded utility
  • bump typescript
  • bump libp2p dependencies

Bug Fixes

Miscellaneous Chores

  • Bump libp2p dependencies (803ae7b)
  • Bump typescript (12d86e6)
  • Directly convert from ENR to PeerInfo, remove unneeded utility (6dbcde0)

This PR was generated with Release Please. See documentation.

@weboko
Copy link
Collaborator

weboko commented Feb 11, 2023

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 072f0d0 to f2f2d46 Compare February 11, 2023 21:33
@fryorcraken
Copy link
Collaborator

fryorcraken commented Feb 12, 2023

@fryorcraken are you ok with different style of change log? release-please--branches--master/packages/core/CHANGELOG.md

Yes that's fine. The only thing is you can see now there is an old "unreleased" section, we might need to tidy up there.

@github-actions
Copy link
Author

github-actions bot commented Feb 14, 2023

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku core 114.56 KB (0%) 2.3 s (0%) 3.7 s (+40.96% 🔺) 5.9 s
Waku default setup 366.54 KB (0%) 7.4 s (0%) 6 s (+0.63% 🔺) 13.3 s
ECIES encryption 27.75 KB (0%) 556 ms (0%) 1.6 s (+11.51% 🔺) 2.1 s
Symmetric encryption 27.76 KB (0%) 556 ms (0%) 1.7 s (+11.9% 🔺) 2.2 s
DNS discovery 108.05 KB (0%) 2.2 s (0%) 3.6 s (-8.21% 🔽) 5.8 s
Privacy preserving protocols 114.06 KB (0%) 2.3 s (0%) 2.3 s (-0.92% 🔽) 4.6 s
Light protocols 115.87 KB (0%) 2.4 s (0%) 2.4 s (-10.86% 🔽) 4.7 s
History retrieval protocols 115.89 KB (0%) 2.4 s (0%) 2.5 s (-11.14% 🔽) 4.8 s

@github-actions github-actions bot force-pushed the release-please--branches--master branch 6 times, most recently from 842e334 to f0ec584 Compare February 21, 2023 09:20
@github-actions github-actions bot force-pushed the release-please--branches--master branch 7 times, most recently from 3b5093f to 147f2b6 Compare February 28, 2023 04:04
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 86855f4 to 92c1233 Compare March 2, 2023 00:41
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 92c1233 to 0aed4a2 Compare March 3, 2023 22:45
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 5d8268d to 8d9ff1c Compare March 7, 2023 23:04
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 2da91ce to 3795758 Compare March 10, 2023 00:07
@fryorcraken
Copy link
Collaborator

@weboko let us know the status when you are back please.

@fryorcraken fryorcraken force-pushed the release-please--branches--master branch 3 times, most recently from a74a95d to 63c7d8a Compare March 13, 2023 03:06
@weboko weboko force-pushed the release-please--branches--master branch from 63c7d8a to fdb671b Compare March 13, 2023 22:46
@fryorcraken fryorcraken force-pushed the release-please--branches--master branch from fdb671b to 343f3aa Compare March 13, 2023 22:47
@weboko
Copy link
Collaborator

weboko commented Mar 13, 2023

Since we pushed into this branch I am not sure if release-please will consider it as a valid release for the next time.
Closing this PR to let release-please create another one.

All leftover inconsistencies were addressed in here #1235 so pipelines are running green.

cc: @fryorcraken @danisharora099

@weboko weboko closed this Mar 13, 2023
@weboko weboko deleted the release-please--branches--master branch March 13, 2023 22:50
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.

14/WAKU2-MESSAGE: Meta attribute and deterministic hashing API Improvements
2 participants