Skip to content

Commit 794a82b

Browse files
committed
Add v3.2.3.0 release notes.
1 parent 7187241 commit 794a82b

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# General information about the project.
5757
project = u'GRR'
58-
copyright = u'2017, GRR team'
58+
copyright = u'2018, GRR team'
5959
author = u'GRR team'
6060

6161
# The version info for the project you're documenting, acts as replacement for
@@ -65,7 +65,7 @@
6565
# The short X.Y version.
6666
version = u''
6767
# The full version, including alpha/beta/rc tags.
68-
release = u''
68+
release = u'3.2.3.0'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

release-notes.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,36 @@ new version.
1212

1313
## Server
1414

15+
### 3.2.3.0 (Jun 25 2018)
16+
- We are planning to deprecate the SQLite datastore in favor of MySQL. Support
17+
for SQLite will likely get dropped in the coming few releases.
18+
- Significant progress has been made towards reimplementing GRR's database model
19+
to use a relational schema. We expect to launch the new model - replacing the
20+
old one - in the next few months. The new model will not have a SQLite
21+
implementation (which is why we are dropping SQLite).
22+
- UI improvements and bugfixes.
23+
- Previously, when building and repacking client templates, config options in
24+
the 'ClientBuilder' context would leak into client config files. This will no
25+
longer happen, starting from this release. Config files that define client
26+
options inside a 'ClientBuilder' context might need fixing.
27+
- Api Updates:
28+
- `GetGrrBinary` API method now returns `ApiGrrBinary` object instead of a
29+
binary stream. The old behavior is preserved in a newly introduced
30+
`GetGrrBinaryBlob` method.
31+
- Additional fields were added to `Api{Hunt,CronJob,Client}Approval` protos:
32+
`requestor` and `email_message_id`.
33+
- `ApiNotification.Type` enum has been changed: 0 now means
34+
'UNSET' (previously it meant 'DISCOVERY', but 'DISCOVERY' type is now
35+
deprecated).
36+
- `ApiNotificationDiscoveryReference` has been renamed to
37+
`ApiNotificationClientReference`.
38+
- `ApiNotificationFileDownloadReference` has been deprecated.
39+
- In `ApiNotificationCronReference` and
40+
`ApiNotificationCronJobApprovalReference` protos, the `cron_job_urn` field
41+
has been replaced with `cron_job_id`.
42+
- In the `ApiNotificationHuntReference` proto, the `hunt_urn` field has
43+
been replaced with `hunt_id`.
44+
1545
### 3.2.2.0 (Mar 12 2018)
1646
- As of this release, GRR's legacy asciidoc documentation (previously hosted on
1747
github) has been deleted. <https://grr-doc.readthedocs.io> is now GRR's only

0 commit comments

Comments
 (0)