Skip to content

Releases: diaspora/diaspora_federation

v1.1.0

11 Jun 23:36
v1.1.0
1b44d51
Compare
Choose a tag to compare
  • Don't follow redirects when federating messages #128

v1.0.1

23 Jul 21:17
v1.0.1
62d7657
Compare
Choose a tag to compare
  • Disable rails forgery protection for the federation controller by default #127

v1.0.0

23 Jul 21:17
v1.0.0
15465bf
Compare
Choose a tag to compare
  • Add rails 7 support #126
  • Add faraday 2 support #126

v0.2.8

17 Jul 18:42
v0.2.8
c2ae159
Compare
Choose a tag to compare
  • Re-release which allows rails 6 to be used

v0.3.0

13 Mar 21:58
v0.3.0
078f8a5
Compare
Choose a tag to compare

Breaking changes

  • Drop support for rails 5.1 and older 4b4375c ecfe0ea
  • Drop support for ruby 2.6 and older 68df3cf #121
  • Drop support for faraday 0.x #116
  • Remove support to receive old federation protocol #114
  • Remove support for old non-RFC WebFinger #122

Features

  • Add rails 6 support afee784
  • Add faraday 1.x support #116
  • Add support for up to ruby 3.1 #121

v0.2.7

24 Oct 19:46
v0.2.7
4d5d9f4
Compare
Choose a tag to compare

Features

  • Add remote_photo_path to AccountMigration entity #119

Bug fixes

  • Only parse each nested element name once from the XML #118

v0.2.6

28 Apr 10:41
v0.2.6
5fffefd
Compare
Choose a tag to compare

Bug fixes

  • Make width and height optional for photos in the JSON schema #110

v0.2.5

05 Oct 20:24
v0.2.5
6c8e8e5
Compare
Choose a tag to compare

Features

  • Add full_name to Profile entity #100
  • Add Embed entity #101

Refactor

  • Include web+ prefix in diaspora:// URL parsing #108

Bug fixes

  • Various bug fixes in the federation_entities.json #102 #104 #107
  • Allow fetching of entities with dot in the GUID #106

v0.2.4

18 Feb 00:30
v0.2.4
c1cd297
Compare
Choose a tag to compare

Features

  • Make some entities editable and add edited_at property #94

Bug fixes

  • Fix validation of optional properties (for example for WebFinger) #97

v0.2.3

27 Jan 01:18
v0.2.3
4bf5f58
Compare
Choose a tag to compare

Features

  • Add blocking flag to Contact entity #80
  • Introduce alternative form for AccountMigration entity signature #89

Refactor

  • Extract signing of AccountMigration to a different module #89
  • Remove participants limit for conversations #91

Bug fixes

  • Fix when booleans in relayables are false #90
  • Fix relayable signatures for messages with invalid XML characters #95