]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.7.0.wip
doc: relnotes: note some recent improvements
[public-inbox.git] / Documentation / RelNotes / v1.7.0.wip
1 To: meta@public-inbox.org
2 Subject: [WIP] public-inbox 1.7.0
3 MIME-Version: 1.0
4 Content-Type: text/plain; charset=utf-8
5 Content-Disposition: inline
6
7 Another big release focused on multi-inbox search and scalability.
8
9 * general changes
10
11   - config file parsing is 2x faster with 50K inboxes
12
13   - deduplication ignores whitespace differences within address fields
14
15   - "PRAGMA optimize" is now issued on commits for SQLite 3.18+
16
17 * read-only public-inbox-daemon (-httpd, -nntpd, -imapd):
18
19   libgit2 may be used via Inline::C to avoid hitting system pipe
20   and process limits.  See public-inbox-tuning(7) manpage
21   for more details.
22
23 * public-inbox-extindex
24
25   A new Xapian + SQLite index able to search across several inboxes.
26   This may be configured to replace per-inbox Xapian DBs,
27   (but not per-inbox SQLite indices) and speed up manifest.js.gz
28   generation.
29
30   See public-inbox-extindex-format(5) and
31   public-inbox-extindex(1) manpages for more details.
32
33 * public-inbox-nntpd
34
35   - startup is 6x faster with 50K inboxes if using -extindex
36
37 * PublicInbox::WWW
38
39   - mboxrd search results are returned in reverse Xapian docid order,
40     so more recent results are more likely to show up first
41
42   - d: and dt: search prefixes allow "approxidate" formats supported
43     by "git log --since="
44
45   - manifest.js.gz generation is ~25x faster with -extindex
46
47 * lei - local email interface
48
49   An experimental, subject-to-change, likely-to-eat-your-mail tool for
50   personal mail as well as interacting with public-inboxes on the local
51   filesystem or over HTTP(S).  See lei(1), lei-overview(7), and other
52   lei-* manpages for details.
53
54 * public-inbox-index
55
56   - non-strict (Subject-based) threading supports non-ASCII characters,
57     reindexing is necessary for old messages with non-ASCII subjects.
58
59   - --batch-size is now 8M on 64-bit systems for throughput improvements,
60     higher values are still advised for more powerful hardware.
61
62 * public-inbox-watch
63
64   - IMAP and NNTP code shared with lei, fixing an off-by-one error
65     in IMAP synchronization for single-message IMAP folders.
66
67   - \Deleted and \Draft messages ignored for IMAP, as they are for
68     Maildir.
69
70   - IMAP and NNTP connection establishment (including git-credential
71     prompts) ordering is now tied to config file order.
72
73 Compatibility:
74
75 * Rollbacks all the way to public-inbox 1.2.0 remain supported
76
77 Internal changes
78
79 * public-inbox-index switched to new internal IPC code shared
80   with lei
81
82 Please report bugs via plain-text mail to: meta@public-inbox.org
83
84 See archives at https://public-inbox.org/meta/ for all history.
85 See https://public-inbox.org/TODO for what the future holds.