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