Releases: pauwels-labs/slack-bot
Releases · pauwels-labs/slack-bot
v0.0.12
0.0.12 - 2023-10-12
Fixed
- Adds protection against replay attacks.
Changed
- Merge pull request #1 from pauwels-labs/replay-attacks.
v0.0.11
0.0.11 - 2023-10-11
Fixed
- Adds OWNERS and OWNERS_ALIASES files.
v0.0.8
0.0.8 - 2023-10-05
Fixed
- Adds json encoding instructions for slack response struct.
v0.0.7
0.0.7 - 2023-10-05
Fixed
- Corrects the field used to discriminate commands.
v0.0.6
0.0.6 - 2023-10-05
Fixed
- Adds handling of errors and ssl check.
v0.0.5
0.0.5 - 2023-10-05
Fixed
- Encodes computed slack signature in hex before comparison.
v0.0.4
0.0.4 - 2023-10-05
Fixed
- Adds appropriate env-based switch for config file location.
v0.0.3
0.0.3 - 2023-10-05
Fixed
- Adjusts test to pass again.