Releases: diaspora/diaspora_federation
Releases · diaspora/diaspora_federation
v1.1.0
- Don't follow redirects when federating messages #128
v1.0.1
- Disable rails forgery protection for the federation controller by default #127
v1.0.0
- Add rails 7 support #126
- Add faraday 2 support #126
v0.2.8
- Re-release which allows rails 6 to be used
v0.3.0
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
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
Bug fixes
- Make
width
and height
optional for photos in the JSON schema #110
v0.2.5
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
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
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