matrix-js-sdk

Matrix Client-Server SDK for JavaScript

APACHE-2.0 License

Downloads
80.5K
Stars
1.5K
Committers
123

Bot releases are hidden (Show)

matrix-js-sdk - v0.10.5-rc.1

Published by dbkr over 6 years ago

Full Changelog

  • fix auth header and filename=undefined
    #659
  • allow setting the output device for webrtc calls
    #650
  • arguments true and false are actually invalid
    #596
  • fix typo where headers was not being used and thus sent wrong content-type
    #643
  • fix some documentation typos
    #642
matrix-js-sdk - v0.10.4

Published by dbkr over 6 years ago

Full Changelog

  • No changes since rc.1
matrix-js-sdk - v0.10.4-rc.1

Published by dbkr over 6 years ago

Full Changelog

  • check whether notif level is undefined, because 0 is falsey
    #651
matrix-js-sdk - v0.10.3

Published by dbkr over 6 years ago

Full Changelog

  • No changes since v0.10.3-rc.1
matrix-js-sdk - v0.10.3-rc.1

Published by dbkr over 6 years ago

Full Changelog
BREAKING CHANGE

The deprecated 'callback' parameter has been removed from MatrixBaseApis.deactivateAccount

  • Add erase option to deactivateAccount
    #649
  • Emit Session.no_consent when M_CONSENT_NOT_GIVEN received
    #647
matrix-js-sdk - v0.10.2

Published by dbkr over 6 years ago

Full Changelog

  • No changes from rc.1
matrix-js-sdk - v0.10.2-rc.1

Published by dbkr over 6 years ago

Full Changelog

  • Ignore inserts of dup inbound group sessions, pt 2
    #641
  • Ignore inserts of duplicate inbound group sessions
    #639
  • Log IDB errors
    #638
  • Remove not very useful but veryv spammy log line
    #632
  • Switch event type to m.sticker.
    #628
matrix-js-sdk - v0.10.1

Published by dbkr over 6 years ago

Full Changelog

  • Log IDB errors
    #638
  • Ignore inserts of duplicate inbound group sessions
    #639
  • Ignore inserts of dup inbound group sessions, pt 2
    #641
matrix-js-sdk - v0.10.0

Published by lukebarnard1 over 6 years ago

matrix-js-sdk - v0.10.0-rc.2

Published by lukebarnard1 over 6 years ago

Full Changelog

  • Add wrapper for group join API
  • Add wrapped API to set group join_policy
matrix-js-sdk - v0.9.2-cryptowraning.1

Published by dbkr over 6 years ago

Full Changelog

  • Disable crypto if indexeddb version too new
    #631
matrix-js-sdk - v0.10.0-rc.1

Published by dbkr over 6 years ago

Full Changelog

  • Fix duplicated state events in timeline from peek
    #630
  • Create indexeddb worker when starting the store
    #627
  • Fix indexeddb logging
    #626
  • Don't do /keys/changes on incremental sync
    #625
  • Don't mark devicelist dirty unnecessarily
    #623
  • Cache the joined member count for a room state
    #619
  • Fix JS doc
    #618
  • Precompute push actions for state events
    #617
  • Fix bug where global "Never send to unverified..." is ignored
    #616
  • Intern legacy top-level 'membership' field
    #615
  • Don't synthesize RR for m.room.redaction as causes the RR to go missing.
    #598
  • Make Events create Dates on demand
    #613
  • Stop cloning events when adding to state
    #612
  • De-dup code: use the initialiseState function
    #611
  • Create sentinel members on-demand
    #610
  • Some more doc on how sentinels work
    #609
  • Migrate room encryption store to crypto store
    #597
  • add parameter to getIdentityServerUrl to strip the protocol for invites
    #600
  • Move Device Tracking Data to Crypto Store
    #594
  • Optimise pushprocessor
    #591
  • Set event error before emitting
    #592
  • Add event type for stickers [WIP]
    #590
  • Migrate inbound sessions to cryptostore
    #587
  • Disambiguate names if they contain an mxid
    #588
  • Check for sessions in indexeddb before migrating
    #585
  • Emit an event for crypto store migration
    #586
  • Supporting fixes For making UnknownDeviceDialog not pop up automatically
    #575
  • Move sessions to the crypto store
    #584
  • Change crypto store transaction API
    #582
  • Add some missed copyright notices
    #581
  • Move Olm account to IndexedDB
    #579
  • Fix logging of DecryptionErrors to be more useful
    #580
  • [BREAKING] Change the behaviour of the unverfied devices blacklist flag
    #568
  • Support set_presence=offline for syncing
    #557
  • Consider cases where the sender may not redact their own event
    #556
matrix-js-sdk - v0.9.2

Published by lukebarnard1 almost 7 years ago

matrix-js-sdk - v0.9.1

Published by dbkr almost 7 years ago

Full Changelog

  • Fix the force TURN option
    #577
matrix-js-sdk - v0.9.0

Published by lukebarnard1 almost 7 years ago

matrix-js-sdk - v0.9.0-rc.1

Published by lukebarnard1 almost 7 years ago

Full Changelog

  • Modify addRoomToGroup to allow setting isPublic, create alias
    updateGroupRoomAssociation
    #567
  • Expose more functionality of pushprocessor
    #565
  • Function for working out notif trigger permission
    #566
  • keep track of event ID and timestamp of decrypted messages
    #555
  • Fix notifEvent computation
    #564
  • Fix power level of sentinel members
    #563
  • don't try to decrypt a redacted message (fixes vector-im/riot-web#3744)
    #554
  • Support room notifs
    #562
  • Fix the glob-to-regex code
    #558
matrix-js-sdk - v0.8.5

Published by dbkr about 7 years ago

Full Changelog

  • Make unknown pushrule conditions not match
    #559
matrix-js-sdk - v0.8.5-rc.1

Published by dbkr about 7 years ago

Full Changelog

  • Implement wrapper API for removing a room from a group
    #553
  • Fix typo which resulted in stuck key download requests
    #552
  • Store group when it's created
    #549
  • Luke/groups remove rooms users from summary
    #548
  • Clean on prepublish
    #546
  • Implement wrapper APIs for adding rooms to group summary
    #545
matrix-js-sdk - v0.8.4

Published by dbkr about 7 years ago

Full Changelog

  • Fix build issue
matrix-js-sdk - v0.8.3

Published by dbkr about 7 years ago

Full Changelog

  • No changes