@@ -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
1747github) has been deleted. < https://grr-doc.readthedocs.io > is now GRR's only
0 commit comments