Skip to content

Commit

Permalink
Update changelog for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Aug 25, 2022
1 parent 79103f7 commit d790d67
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 54 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# 0.6.0 (2022-08-25)

## 🐛 Bug Fixes

- Fixed datalad-push always reporting success when pushing to
an export remote.
Fixes https://github.com/datalad/datalad-next/issues/88 via
https://github.com/datalad/datalad-next/pull/93 (by @bpoldrack)

- Token secrets entered for GitHub-like sibling creation are now stored by
default under a name matching the API endpoint hostname (e.g.
'api.github.com'), rather than a confusing and conflict-prone 'None'.
Using the `--credential` option, an alternative name can be given, as before.
Fixes https://github.com/datalad/datalad-next/issues/97 via
https://github.com/datalad/datalad-next/pull/98 (by @mih)

## 💫 Enhancements and new features

- The `configuration` command now indicates the absence of a particular
configuration setting queried via `get` with a `status='impossible'`
result. This change enables the distinction of an unset configuration
item from an item set to an empty string with the default
CLI result renderer.
Fixes https://github.com/datalad/datalad/issues/6851 via
https://github.com/datalad/datalad-next/pull/87 by @mih

- The default of the configuration item `datalad.annex.retry`
(in effect when not explicitly configured otherwise) is changed
from `3` to `1`. This prevents a set of performance and user experience
issues resulting from, e.g., repeated download attempts, even
when no change in outcome can be expected (e.g., a wrong or
no credential supplied). This change can cause a loss of robustness
in download behavior for services that indeed experience spurious
failures. Its is recommended to specifically parametrize such command
calls (e.g., downloads in CI runs) with an appropriate configuration
override.
Fixes https://github.com/datalad/datalad/issues/6969 and
https://github.com/datalad/datalad/issues/6509 (by @mih)

- New `tree` command for traversing a directory hierarchy.
Like the UNIX equivalent, it can visualize a directory tree.
Additionally, it annotates the output with DataLad-related
information, like the location of dataset, and their nesting
depth. Besides visualization, `tree` also reports structured
data in the form of result records that enable other applications
to use `tree` for gathering data from the file system.
Fixes https://github.com/datalad/datalad-next/issues/78 via
https://github.com/datalad/datalad-next/pull/92 (by @catetrai)

## 📝 Documentation

- Add an example of adding a `user_password`-type credentials, with a
given `user` property, to the examples in the `credentials`
command. https://github.com/datalad/datalad-next/pull/103 (by @mslw)

# 0.5.0 (2022-07-19)

## 💫 Enhancements and new features
Expand Down
9 changes: 0 additions & 9 deletions changelog.d/20220721_183907_michael.hanke.md

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20220818_082902_michael.hanke_bf_97.md

This file was deleted.

14 changes: 0 additions & 14 deletions changelog.d/20220821_103304_michael.hanke.md

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20220824_085736_michael.hanke_nf_tree.md

This file was deleted.

This file was deleted.

0 comments on commit d790d67

Please sign in to comment.