Skip to content

Commit 293f96f

Browse files
committed
prepare changelog
1 parent 1f440ea commit 293f96f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v2.0 (TBD)
2+
3+
**Backwards-incompatible changes:**
4+
- The configuration format has changed slightly to be more consistent with itself.
5+
Refer to the README for details. The following things have changed in particular:
6+
- `jobs[].from` becomes `jobs[].from.url` (unless it is an object already).
7+
- `jobs[].to` is split into `jobs[].to.container` and `jobs[].to.object_prefix`.
8+
- `jobs[].{ca,cert,key}` move into `jobs[].from`.
9+
10+
New features:
11+
- swift-http-import can now transfer large objects by using the Static Large Object method of Swift. The
12+
`jobs[].segmenting` configuration section must be specified to enable segmenting.
13+
- When transfering files from a Swift source, swift-http-import will now recognize objects with an expiry timestamp, and
14+
mirror the expiry timestamp to the target side. The `jobs[].expiration` configuration section can be used to control
15+
this behavior.
16+
17+
Bugfixes:
18+
- Interrupts (SIGTERM and SIGINT) are now ignored less often.
19+
120
# v1.1 (2017-08-21)
221

322
Changes:

0 commit comments

Comments
 (0)