sop-java/CHANGELOG.md

63 lines
2.2 KiB
Markdown
Raw Normal View History

2022-01-15 14:45:13 +01:00
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
SPDX-License-Identifier: Apache-2.0
-->
2022-01-11 13:46:05 +01:00
# Changelog
2022-11-07 15:32:54 +01:00
## 4.0.3-SNAPSHOT
- `decrypt`: Rename option `--verify-out` to `--verifications-out`, but keep `--verify-out` as alias
- Fix: `decrypt`: Flush output stream in order to prevent empty file as result of `--session-key-out`
- Fix: Properly format session key for `--session-key-out`
- Be less finicky about input session key formats
- Allow upper- and lowercase hexadecimal keys
- Allow trailing whitespace
2022-11-06 14:56:36 +01:00
## 4.0.2
2022-11-05 18:11:02 +01:00
- Fix: `verify`: Do not include detached signature in list of certificates
- Fix: `inline-verify`: Also include the first argument in list of certificates
2022-11-06 14:43:22 +01:00
- Hide stacktraces by default and add `--stacktrace` option to print them
- Properly throw `CannotDecrypt` exception when message could not be decrypted
2022-11-05 18:11:02 +01:00
2022-08-04 13:56:16 +02:00
## 4.0.1
- Use shared resources for i18n
- Fix strings not being resolved properly when downstream renames `sop` command
2022-06-19 18:10:58 +02:00
## 4.0.0
- Switch to new versioning format to indicate implemented SOP version
- Implement SOP specification version 04
- Add `--with-key-password` to `sop generate-key`
- Add `--with-key-password` to `sop sign`
- Add `--with-key-password` to `sop encrypt`
- Add `--with-key-password` to `sop decrypt`
- Rename `sop detach-inband-signature-and-message` to `sop inline-detach`
- `sop inline-detach`: Add support for inline-signed messages
- Implement `sop inline-sign`
- Implement `sop inline-verify`
- Rename `Sign` to `DetachedSign`
- Rename `Verify` to `DetachedVerify`
- `SignAs`: Remove `Mime` option
- `sop-java-picocli`: Implement i18n and add German translation
2022-04-29 16:49:24 +02:00
## 1.2.3
2022-04-26 00:37:24 +02:00
- Bump Mockito version to `4.5.1`
2022-04-11 14:09:30 +02:00
## 1.2.2
- Add SOP parent command name and description
2022-04-11 12:38:17 +02:00
## 1.2.1
2022-02-21 15:22:58 +01:00
- Bump dependencies
- `com.ginsberg:junit5-system-exit` from `1.1.1` to `1.1.2`
- `org.mockito:mockito-core` from `4.2.0` to `4.3.1`
- `info.picocli:picocli` from `4.6.2` to `4.6.3`
2022-03-11 17:23:56 +01:00
- Add hidden `generate-completion` subcommand
2022-04-11 12:17:36 +02:00
- Document exit codes
2022-02-21 15:22:58 +01:00
## 1.2.0
- `encrypt`, `decrypt`: Interpret arguments of `--with-password` and `--with-session-key` as indirect data types (e.g. file references instead of strings)
2022-01-11 13:46:05 +01:00
## 1.1.0
- Initial release from new repository
2022-02-21 15:22:58 +01:00
- Implement SOP specification version 3