Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clubstatusd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clubstatus
clubstatusd
Commits
8ee9c2b5
Commit
8ee9c2b5
authored
6 years ago
by
clonejo
Browse files
Options
Downloads
Patches
Plain Diff
Update Changelog for v0.3.0, convert to Keep a Changelog
parent
eb76328f
No related branches found
Branches containing commit
Tags
v0.3.0
Tags containing commit
No related merge requests found
Pipeline
#242
passed
6 years ago
Stage: build
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+26
-6
26 additions, 6 deletions
CHANGELOG.md
with
26 additions
and
6 deletions
CHANGELOG.md
+
26
−
6
View file @
8ee9c2b5
# Changelog
All notable changes to this project will be documented in this file.
# v0.2.5
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## v0.3.0 - 2019-06-10
### Added
-
Implement SpaceAPI 0.13
-
Changelog follows Keep a Changelog from now on
### Changed
-
Converted example config to toml, old config format does not seem to work
anymore.
-
Dependency updates (chrono, clap, config, regex, rumqtt, rusqlite, sodiumoxide)
### Fixed
-
Error out if configured MQTT broker is not reachable on startup of
clubstatusd.
## v0.2.5 - 2017-05-27
-
push last status action json to mqtt
# v0.2.4
#
# v0.2.4
- 2017-05-06
-
update rusqlite to 0.11.0 to fix pkg_build problem
# v0.2.3
## v0.2.3 - 2017-02-25
### Security
-
Do not store the password in the session cookie, instead derive a cookie
value doing a salt. Before
`ae1d5e9bb`
the browser was sent the correct
cookie (at some point the password!) even if the received cookie or password
was wrong. Clear the cookie if the received cookie was wrong. Changing the
password is highly recommended.
# v0.2.2
#
# v0.2.2
- 2017-02-06
-
migrate from mqttc to rumqtt
# v0.2.1
#
# v0.2.1
- 2016-08-23
-
updated dependencies
-
optimized release build
-
tested with rust 1.12.0 and cargo 0.13.0
# v0.2.0
#
# v0.2.0
- 2016-06-11
-
MQTT support
-
only created presence actions on changes
-
most initial implementation was done here
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment