Remove semver.md from arti-1.0.0

This commit is contained in:
Nick Mathewson 2022-09-07 09:17:00 -04:00
parent dfcbcbce08
commit a5f704f443
16 changed files with 0 additions and 55 deletions

View File

@ -1,3 +0,0 @@
ADDED: `channel` configuration, and `channnel.padding` config variable.
ADDED: default_config_files: returns a Vec; return value includes an `arti.d` directory
BREAKING: default_config_file: removed

View File

@ -1,4 +0,0 @@
BREAKING: Most functions are now only available behind an experimental-api
feature.
BREAKING: main_main() now takes a set of command-line arguments.
FIXED: Bugfixes to configuration auto-reload arrangements.

View File

@ -1,2 +0,0 @@
ADDED: compact_home() feature.

View File

@ -1 +0,0 @@
ADDED: IoErrorExt, with fn is_not_a_directory()

View File

@ -1,2 +0,0 @@
MODIFIED: New SecretBuf API.

View File

@ -1,2 +0,0 @@
ADDED: PaddingNegotiateCmd caret_int
BREAKING: PaddingNegotiate constructors changed

View File

@ -1,4 +0,0 @@
BREAKING: get_or_launch takes a ChannelUsage argument
BREAKING: ChanMgr::new takes new dormancy, config, and netparams arguments
BREAKING: AbstractChannel has a new method engage_padding_activities
ADDED: ChannelConfig, Dormancy, ChannelUsage

View File

@ -1 +0,0 @@
BREAKING: Circuit construction now requires a ChannelUsage

View File

@ -1,12 +0,0 @@
ADDED: ReconfigureError::Bug enum variant
ADDED: misc::PaddingLevel
ADDED: resolve_option_general
ADDED: sources::FoundConfigFiles
BREAKING: ConfigurationSources takes ConfigurationSource for files, not Paths
BREAKING: ConfigurationSources::from_cmdline wants an iterator of defaults
BREAKING: load::resolve_ignore_unrecognized renamed resolve_ignore_warnings
BREAKING: load::resolve_return_unrecognized replaced with resolve_return_results
BREAKING: load::UnrecognizedKey renamed to DisfavouredKey
ADDED: Support for tracking deprecated config keys
BREAKING: Return different error type on load().

View File

@ -1 +0,0 @@
BREAKING: Use new version of NetDirProvider.

View File

@ -1,6 +0,0 @@
BREAKING: Exposed objects implement the new versions of the linkspec traits
BREAKING: note_external_{success,failure} functions now take HasRelayIds
BREAKING: GuardRestriction now takes a RelayId or RelayIdSet. This doesn't
affect serde users, but anybody calling it directly will need to
change.

View File

@ -1,2 +0,0 @@
BREAKING: Split ChanTarget into HasAddrs and HasRelayIds

View File

@ -1,2 +0,0 @@
MODIFIED: New constant for ed25519 identity length.

View File

@ -1,4 +0,0 @@
BREAKING: new params() function required in NetDirProvider trait.
BREAKING: Relay implements the new versions of the tor-linkspec traits.
BREAKING: Accessors now expect RelayIdRef and related types.
BREAKING: Remove various unused accessors.

View File

@ -1,8 +0,0 @@
BREAKING: Remove key-specific accessors.
BREAKING: ChannelsParamsUpdates renamed to ChannelPaddingInstructionsUpdates
ADDED: Channel::engage_padding_activities
ADDED: New methods for updating dormancy, netparams, and config
BREAKING: padding::Parameters fields (builder methods) renamed to remove _ms suffix
ADDED: padding::Parameters constructor disabled, and method padding_negotiate_cell
BREAKING: ChannelsParamsUpdates::total_update changed, is now initial_update
ADDED: ChannelPaddingInstructionsUpdates::combine, and field accessors

View File

@ -1 +0,0 @@
BREAKING: We now require that the TcpStream type returned by listeners is Send.