Releases: dahlia/fedify
Releases · dahlia/fedify
Fedify 1.2.1
Released on October 31, 2024.
- Now
fedify node
command can render the node's favicon withimage/vnd.microsoft.icon
orimage/x-icon
format.
Fedify 1.2.0
Released on October 31, 2024.
-
Added
InboxContext.recipient
property. -
Added NodeInfo client functions.
- Added
getNodeInfo()
function. - Added
GetNodeInfoOptions
interface. - Added
parseNodeInfo()
function. - Added
ParseNodeInfoOptions
interface.
- Added
-
Re-exported Semantic Versioning-related types and functions:
- Added
SemVer
type. - Added
formatSemVer()
function. - Added
parseSemVer()
function.
- Added
-
Added
followedMessage
property toActor
type in Activity Vocabulary API.- Added
Application.followedMessage
property. new Application()
constructor now acceptsfollowedMessage
option.Application.clone()
method now acceptsfollowedMessage
option.- Added
Group.followedMessage
property. new Group()
constructor now acceptsfollowedMessage
option.Group.clone()
method now acceptsfollowedMessage
option.- Added
Organization.followedMessage
property. new Organization()
constructor now acceptsfollowedMessage
option.Organization.clone()
method now acceptsfollowedMessage
option.- Added
Person.followedMessage
property. new Person()
constructor now acceptsfollowedMessage
option.Person.clone()
method now acceptsfollowedMessage
option.- Added
Service.followedMessage
property. new Service()
constructor now acceptsfollowedMessage
option.Service.clone()
method now acceptsfollowedMessage
option.
- Added
-
Log messages now can be traced using LogTape's implicit contexts. [#118]
-
Added options for an AMQP driver to
fedify init
command.- Added
amqp
value to the-q
/--message-queue
option of thefedify init
command.
- Added
-
Added
fedify node
subcommand. -
Added more log messages using the LogTape library. Currently the below logger categories are used:
["fedify", "nodeinfo", "client"]
Fedify 1.1.3
Released on October 31, 2024.
- Fixed a bug where
fetchDocumentLoader()
function had disallowed redirecting to a private network address when the second parameter, aboolean
value to allow private network addresses, wastrue
.
Fedify 1.0.7
Released on October 31, 2024.
- Fixed a bug where
fetchDocumentLoader()
function had disallowed redirecting to a private network address when the second parameter, aboolean
value to allow private network addresses, wastrue
.
Fedify 0.15.5
Released on October 30, 2024.
- Fixed a bug where
fetchDocumentLoader()
function had disallowed redirecting to a private network address when the second parameter, aboolean
value to allow private network addresses, wastrue
.
Fedify 1.1.2
Released on October 27, 2024.
- Fixed default document loaders' incorrect handling of relative URIs in
Link
headers withrel=alternate
. [#155 by Emelia Smith] - The
fetchDocumentLoader()
function now preloads the following JSON-LD context: http://schema.org/.
Fedify 1.0.6
Released on October 27, 2024.
- Fixed default document loaders' incorrect handling of relative URIs in
Link
headers withrel=alternate
. [#155 by Emelia Smith] - The
fetchDocumentLoader()
function now preloads the following JSON-LD context: http://schema.org/.
Fedify 0.15.4
Released on October 27, 2024.
- Fixed default document loaders' incorrect handling of relative URIs in
Link
headers withrel=alternate
. [#155 by Emelia Smith] - The
fetchDocumentLoader()
function now preloads the following JSON-LD context: http://schema.org/.
Fedify 1.1.1
Released on October 23, 2024.
- The
fetchDocumentLoader()
function now preloads the following JSON-LD context: https://purl.archive.org/socialweb/webfinger.
Fedify 1.0.5
Released on October 23, 2024.
- The
fetchDocumentLoader()
function now preloads the following JSON-LD context: https://purl.archive.org/socialweb/webfinger.