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

V1.2.0 #69

Merged
merged 69 commits into from
Apr 10, 2022
Merged

V1.2.0 #69

merged 69 commits into from
Apr 10, 2022

Conversation

mochi-co
Copy link
Collaborator

Merges v1.2.0 into master

Joshua MacDonald and others added 30 commits February 26, 2022 22:53
Support non-UTF8 payloads (per MQTT specification)
# Conflicts:
#	server/internal/clients/clients.go
* Publish: Set the retain flag in the fixedheader
The previous publish inline test incorrectly approved retain packets without retain=true fixedheader values.
Subscribe: Only send retained messages if ACLs has allowed subscription to the topic
This event gets called right after ACL checking but before any other
Fields of the packet get evaluated.
Two no-functional-change cleanups combined
docker: add initial simple Dockerfile
Bolt 1.3.6 fails to build correctly and has been removed, so rollback to bolt 1.3.5. Also upgrade to Go 1.18
Adds a new struct of server options which can be used to override default properties. A new options-accepting NewServer function has been created to supersede the New method, which is now deprecated.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2144889772

  • 315 of 328 (96.04%) changed or added relevant lines in 9 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.5%) to 98.527%

Changes Missing Coverage Covered Lines Changed/Added Lines %
server/internal/circ/pool.go 5 7 71.43%
server/internal/clients/clients.go 53 55 96.36%
server/server.go 194 203 95.57%
Files with Coverage Reduction New Missed Lines %
server/server.go 1 98.57%
Totals Coverage Status
Change from base Build 1998670043: -0.5%
Covered Lines: 2675
Relevant Lines: 2715

💛 - Coveralls

@mochi-co mochi-co merged commit 3a15cc3 into master Apr 10, 2022
@mochi-co mochi-co deleted the v1.2.0 branch April 10, 2022 19:28
@mochi-co mochi-co restored the v1.2.0 branch April 10, 2022 19:28
@mochi-co mochi-co deleted the v1.2.0 branch April 10, 2022 19:28
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.

6 participants