Mention new package in Readme.
Mark package as discontinued.
- chore: add general and publish ci (td)
- chore: Add adjusted issue templates from product-management (Malin Errenst)
- chore: make dependencies compatible with dart 3 (Nicolas Werner)
- chore: add github action (Niklas Zender)
- fix: Fixed fake_matrix_api.dart signedOneTimeKeys upload (Malin Errenst)
- fix: Fix type cast to fix test in matrix-fhir-dart-sdk (Malin Errenst)
Breaking Change: Refactoring from Map<String, dynamic> to Map<String, Object?> makes some type casts neccessary
- chore: add qr releated eventTypes (td)
- refactor: Get rid of dynamic lists (Krille)
- chore: bump version (Malin Errenst)
- docs: Add regenerate code instructions to readme (Krille)
- chore: Remove tags for CI test stage (Malin Errenst)
- refactor: Changed Map<String, dynamic> to Map<String, Object?> (Malin Errenst)
- chore: generated folder from recent dart_openapi_codegen (Malin Errenst)
- chore: sort imports (Nicolas Werner)
- ci: Use the ci template (Nicolas Werner)
Fixes a small issue in the last release, where some enhanced enums were not updated and as such missing a few members.
- fix: Update the generated enum files
This release updates to version 1.6 of the Matrix specification. Users might need to update their read receipt calls to the API changes.
- feat: Upgrade to spec 1.6
- chore: Update enhanced_enum to 0.2.4
- feat: Allow converting of stacktraces in logs
- fix: Edge case where MatrixException.error differs from errcode
- chore: add pushrules to the event types
- fix: Parsing of MatrixException parameters
- fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml
- fix: Fixed dysfunctional key-verification (Emoji+manual)
- Revert "fix: Secret storage keys are used as account data but are not uri encoded"
- chore: disable dynamic calls (Nicolas Werner)
- chore: export filter map extension (Nicolas Werner)
- chore: strict casts (Nicolas Werner)
- chore: strict inference (Nicolas Werner)
- chore: strict raw types (Nicolas Werner)
- chore: upgrade from pedantic to lints (Nicolas Werner)
- fix: Secret storage keys are used as account data but are not uri encoded
- chore: export filter map extension
- feat: Add a flag to disable colors in logs
- fix: wrong type for children_state in spaces hierarchy API
- fix: Missing trailing slash on pushrules endpoint
- tests: added tests for spaces hierarchy
- fix: wrong types in spaces hierarchy API
- fix: Add missing versions to fake matrix api
- feat: Authenticate media downloads
This release should be compatible with version 1.2 of the Matrix specification.
- feat: Migrate to Matrix v1.2 spec
- feat: Add GroupCallPrefix/GroupCallMemberPrefix to EventTypes.
- chore: Add missing matrix error types as per spec
- feat: add additionalProperties in PusherData
- feat: deletePusher
- feat: Colored logs on native and web
- chore: Make some tryGet errors verbose and display line
- feat: Add constructors to SyncUpdate classes
- fix: threepidCreds should be threepid_creds and an object
- chore: workaround for invalid getTurnServer responses from synapse
- fix: Make type in AuthenticationData nullable
- refactor: remove uploadKeySignatures (use uploadCrossSigningSignatures)
- feat: Add more call event for improve voip.
- fix: change tryGet default loglevel to Optional
- refactor: Migrate to null safety
- refactor: Use openAPI code generation to create most of the methods
- refactor: remove timeouts in matrix_api_lite
- feat: Add image pack event content models
- fix: Log filter in wrong direction
- fix: Logs should only printed if loglevel is high enough
- change: Remove logger package
- feat: operation names from OpenAPI spec
- fix: Missing RoomCreationTypes
- fix: Request aliases
- feat: Add room and event types for spaces
- chore: upgrade logger to 1.0.0
- refactor: upgrade to http 0.13
- fix: Update dependency mime
- refactor: login method AuthenticationIdentifier
This is a breaking change for the login method to use the correct format. It makes it possible to login with email or phone. Also this does some housekeeping stuff while upgrading to pedantic 1.11.0 which doesnt allow curly braces in Strings where not needed anymore.
- feat: Add support for fallback keys
- fix: Wrong parameters use
- change: Less noisy one-line logs
- fix: well-known in fake_matrix_api
- Add m.dummy event
- fix: Deep-copy arrays correctly
- Fix creating shallow copies all the time
- Set Content-Length on upload
- Add more encryption and decryption content parsing
- Add RoomEncryptedContent and RoomEncryptionContent
- Initial version