synapse/changelog.d
Erik Johnston 25dd56ace3 Fix race when persisting create event (#4404)
* Fix race when persisting create event

When persisting a chunk of DAG it is sometimes requried to do a state
resolution, which requires knowledge of the room version. If this
happens while we're persisting the create event then we need to use that
event rather than attempting to look it up in the database.
2019-01-18 23:17:04 +11:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
4342.misc Add changelog 2019-01-01 15:40:55 -06:00
4368.misc Newsfile 2019-01-09 09:27:03 +00:00
4369.bugfix Fix adding new rows instead of updating them if one of the key values is a NULL in upserts. (#4369) 2019-01-09 22:26:25 +11:00
4370.misc Remove duplicates in the user_ips table and add an index (#4370) 2019-01-12 06:21:50 +11:00
4377.misc Silence travis-ci build warnings by removing non-functional python3.6 (#4377) 2019-01-12 06:22:56 +11:00
4387.misc Changing macaroon_secret_key no longer logs you out (#4387) 2019-01-16 23:14:41 +00:00
4392.bugfix ALL_USER_TYPES should be a tuple 2019-01-15 14:38:15 +00:00
4397.bugfix don't store more remote device lists if they have more than 1K devices (#4397) 2019-01-16 23:14:11 +00:00
4399.misc Add a changelog entry 2019-01-16 10:54:43 +01:00
4400.misc Tweak code coverage settings (#4400) 2019-01-18 23:13:14 +11:00
4404.bugfix Fix race when persisting create event (#4404) 2019-01-18 23:17:04 +11:00
4407.bugfix Fix incorrect logcontexts after a Deferred was cancelled (#4407) 2019-01-17 14:00:23 +00:00
4408.misc sign_request -> build_auth_headers (#4408) 2019-01-17 12:40:09 +00:00
4409.misc Remove redundant WrappedConnection (#4409) 2019-01-18 23:07:38 +11:00