v0.3.2 Release Checklist #316
vestrel00
started this conversation in
Release Train
Replies: 2 comments
-
An alpha version containing a subset of the changes in this release is out! This alpha build is for @marrale in this discussion; #317 However, everyone else are welcome to use it to get the cutting-edge version of this lib ahead of the official 0.3.2 release 😁 |
Beta Was this translation helpful? Give feedback.
0 replies
-
The release is out! https://github.com/vestrel00/contacts-android/releases/tag/0.3.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Target release date
I don't have an exact target date. So, for now, let's just say...
April
Changes to be included in the release
New features
Insert
API function (commitInChunks
) that allows users to insert large numbers of new RawContacts much faster thancommit
#329Insert
andProfileInsert
APIs #318MoveRawContactsAcrossAccounts
API #319Insert
andProfileInsert
APIs #320Improvements
Insert
API now only queries Groups internally at most once regardless of the quantity of RawContacts being inserted #330Insert
API now only queries Accounts internally at most once regardless of the quantity of RawContacts being inserted #332Insert
API now skips processing GroupMemberships of RawContacts that specified no GroupMemberships #331Insert
API no longer adds an update Options operation for RawContacts that has null Options #333SimContactsInsert
andSimContactsUpdate
to be cancelled during calculation of max character limits #327Bug fixes
Insert
API includesRawContactsFields
(AccountName, AccountType, SourceId) even when not included #325AccountQuery
API returns all available/visible accounts ifandroid.permission.GET_ACCOUNTS
is NOT explicitly granted, regardless of values passed towithTypes
#338Breaking changes
Refactors
Contacts.insertSimContact
function inSimContactsInsert.kt
from public to internal #328Release management steps
Stuff that needs to be done before, during, and after the release.
Before publishing release
Publishing the release
After publishing release
gh-pages
branch.Beta Was this translation helpful? Give feedback.
All reactions