Updates to the Groups.io service.


Subscribe via RSS


October 24, 2022


October 22, 2022

  • INTERNAL: Completed transition to the new database cluster.

October 19, 2022


October 18, 2022

  • INTERNAL: Switch all database replica requests to the new database cluster.

October 17, 2022


October 13, 2022

  • CHANGE: Revamped the [Pricing](https://groups.io/static/pricing) page to explain the different plans better.
  • BUGFIX: If the account of the person who has claimed a pending message has been deleted, clear the claim record from the database.
  • BUGFIX: If an enterprise group has a DMARC record with p=reject on the parent domain, there were cases where we would defang the message's From: address twice.
  • DOCS: Updates from Nina. [Owners Manual Revision History](https://groups.io/helpcenter/ownersmanual/1/revision-history), [Members Manual Revision History](https://groups.io/helpcenter/membersmanual/1/revision-history).

October 12, 2022


October 7, 2022


October 5, 2022

  • BUGFIX: An owner of a parent group could not approve or reject pending messages from a subgroup where they were not a member.

October 1, 2022


September 30, 2022


September 29, 2022

  • INTERNAL: Switch all database replica requests to the new database cluster.

September 27, 2022

  • CHANGE: Hardcode re-write bigpond.com email addresses as if DMARC was set, to fix deliverability issues.

September 23, 2022

  • API: Preliminary support for setting extra member data information via the `/updatemember` endpoint.

September 22, 2022

  • BUGFIX: Fix Trello integration, which broke when Atlassian added a new Origin requirement to the API.
  • BUGFIX: Direct adding someone who had been banned from a parent group to a subgroup should fail, but wasn't.
  • BUGFIX: In some scenarios, banning a member would not create an activity log entry.
  • BUGFIX: The `/subgroupmembers` page was displaying members that were banned or were pending.

September 20, 2022

  • API CHANGE: Improved the documentation for all of the database objects.
  • API CHANGE: Fixed some issues with exporting of `extra_member_data_columns` in group objects and `extra_member_data` in member objects.

September 16, 2022


September 15, 2022

  • INTERNAL: Changed the database queries for the muted and followed topics pages to reduce the load on the database.

September 14, 2022


September 13, 2022

  • BUGFIX: Fix broken HTML after export group submit.
  • BUGFIX: Sometimes with broken mailers, we will get bounce reason strings that contain invalid UTF-8. Sanitize the strings so we don't get errors in the database.