-
Notifications
You must be signed in to change notification settings - Fork 14
/
RELEASE_NOTES.txt
27 lines (21 loc) · 1.05 KB
/
RELEASE_NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Kiji Phonebook example release notes
Version 1.0.0-rc4
* DOCS-26. Update bulk importing to use KijiMR; deprecate MapReduce
examples. Check out the "Kiji Music" example project for a
complete KijiMR example application.
* SCHEMA-133. Update usage to match API from KjiiSchema 1.0.0-rc4
(use KijiDataRequestBuilders instead of mutable KijiDataRequests.)
Version 1.0.0-rc3
* SCHEMA-50. Update usage to match API from KijiSchema 1.0.0-rc3
(release() and retain() methods for Kiji objects)
* SCHEMA-97. Changed instances of Kiji.open(...) to Kiji.Factory.open(...).
Version 1.0.0-rc2
* PHONE-7. Bugfix: Set zip code to 'int' in layout.
* PHONE-6. Use deprecated KijiSchema MapReduce classes.
These classes are marked as deprecated, because they will be
replaced by the Kiji MapReduce library. Stay tuned for that
release.
* SCHEMA-59. Declare an explicit dependency on the CDH4 platform module.
* PHONE-2. Support reading console input from Eclipse.
Version 1.0.0-rc1
* First release candidate.