Release Notes
2.2.0
Date: 2016-08-16
Added
- brand new UX released
- implemented randomized sample sent/received events
- add
POST/users/register_fb_tokenAPI - add
GET/users/fb_friendsAPI
2.1.0-dev
Date: Unreleased
Added
faded_phototo/events/timelineinvitees objectsGET /events/timelineendpointGET,POST,DELETEfor/users/favorite_contactsPOST /auth/verify_pin
Changed
- Update the response format of
POST /users/from_phone_numbers /authreponse data.- Upgrade to Django 1.8. (#147)
Fixed - handle the case where two people are able to accept invite even all the spots are filled. (#143)
Removed
- all
/phonebooksendpoints /users/invite_to_amigoendpoint.
2.0.0
Date: 31st July 2015
Added
- Mixpanel integration
- API Call for Badge Count (#90)
- API: add/update users’ notification preferences (#37)
- Notification: Total spots changed for a event (#70)
- Notification: One Spot Left for Event (#69)
- Notification: upcoming event reminder (#103)
- Implement logout functionality (#89)
- Save/update users’ phonebook on backend (#81)
- Update event notification change to be sent only attending users (#85)
- Notification: “One of your contact joined amigo” (#76)
invitees_photosproperty toGET /events(#54)rsvp_messageproperty toPOST /events/:id/acceptandPOST /events/:id/unaccept(#34)rsvp_messagetoinviteesarray of object atGET /events/:id(#36)- Optional
addressandlocationfield to event object (#33) - Database [persistent connections], for faster database access.
my_rsvp_messageproperty toGET /eventsandGET /events/:id(#45)createdproperty to invitees resource so it can be sorted properly (#51)- Api versioning support (followed by drf upgrade)
rsvp_timein invitees for event detail (#58)POST /users/invite_to_amigofor inviting friends to amigo (#57)- Add
venue_nameproperty to Event resource (#67)
Changed
- Implement/update new push notifications and sms messages (#65)
- Make time part in
event_dateoptional by introducingis_time_specifiedproperty. (#46) - Change
i_am_attendingproperty at/eventsresource nullable (#35) - Rename
/events/:id/unacceptto/events/:id/reject(#44) - Upgrade to drf 3.0 (#43)
- For users without images, set image to null (#47)