]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.7.0.wip
ebb0a22313a3c5cc16665919cec46903fc0e5284
[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 * public-inbox-extindex
18
19   A new Xapian + SQLite index able to search across several inboxes.
20   This may be configured to replace per-inbox Xapian DBs,
21   (but not per-inbox SQLite indices) and speed up manifest.js.gz
22   generation.
23
24   See public-inbox-extindex-format(5) and
25   public-inbox-extindex(1) manpages for more details.
26
27   Using it with "--all" speeds up various multi-inbox operations in
28   PublicInbox::WWW, public-inbox-nntpd, and public-inbox-imapd.
29
30 * read-only public-inbox-daemon (-httpd, -nntpd, -imapd):
31
32   libgit2 may be used via Inline::C to avoid hitting system pipe
33   and process limits.  See public-inbox-tuning(7) manpage
34   for more details.
35
36 * various memory usage reductions and workarounds for leaks in
37   Encode <3.15, these mainly affect PublicInbox::WWW
38
39 * public-inbox-nntpd
40
41   - startup is 6x faster with 50K inboxes if using -extindex
42
43 * PublicInbox::WWW
44
45   - mboxrd search results are returned in reverse Xapian docid order,
46     so more recent results are more likely to show up first
47
48   - d: and dt: search prefixes allow "approxidate" formats supported
49     by "git log --since="
50
51   - manifest.js.gz generation is ~25x faster with -extindex
52
53   - minor navigation improvements in search results HTML page
54
55 * lei - local email interface
56
57   An experimental, subject-to-change, likely-to-eat-your-mail tool for
58   personal mail as well as interacting with public-inboxes on the local
59   filesystem or over HTTP(S).  See lei(1), lei-overview(7), and other
60   lei-* manpages for details.  This is only ready-to-use w.r.t. external
61   public-inbox instances, but mail synchronization for personal mail
62   remains clunky.
63
64 * public-inbox-index
65
66   - non-strict (Subject-based) threading supports non-ASCII characters,
67     reindexing is necessary for old messages with non-ASCII subjects.
68
69   - --batch-size is now 8M on 64-bit systems for throughput improvements,
70     higher values are still advised for more powerful hardware.
71
72 * public-inbox-watch
73
74   - IMAP and NNTP code shared with lei, fixing an off-by-one error
75     in IMAP synchronization for single-message IMAP folders.
76
77   - \Deleted and \Draft messages ignored for IMAP, as they are for
78     Maildir.
79
80   - IMAP and NNTP connection establishment (including git-credential
81     prompts) ordering is now tied to config file order.
82
83 Compatibility:
84
85 * Rollbacks all the way to public-inbox 1.2.0 remain supported
86
87 Internal changes
88
89 * public-inbox-index switched to new internal IPC code shared
90   with lei
91
92 Please report bugs via plain-text mail to: meta@public-inbox.org
93
94 See archives at https://public-inbox.org/meta/ for all history.
95 See https://public-inbox.org/TODO for what the future holds.