forked from quickfixgo/quickfix
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync sylr #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sylvain Rabot <[email protected]>
Update TimeRange to include weekdays - add weekdays slice as field to TimeRange - update constructor to remove possible panic, instead return error - update tests now the TimeRange constructor now returns an error - convert tests to table test format Update sessionFactory to set weekdays property - update code that creates TimeRange to handle errors - read and set the Weekdays value if provided, erroring if it is given with StartDay/EndDay. Update session_test to handle timerange error
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.9.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.5.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.1 to 1.11.6. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.11.1...v1.11.6) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Add message.Bytes() to avoid string conversion
Remove tag from field map
… we wait until the write hits the filesystem for each write
Add support for QuickfixJ option FileStoreSync
…es/github.com/stretchr/testify-1.8.2 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
…es/go.mongodb.org/mongo-driver-1.11.6 Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.6
…es/golang.org/x/net-0.9.0 Bump golang.org/x/net from 0.5.0 to 0.9.0
…ssarily involve receiving old messages
…OnResend Prevent staleness check from happening during replay
Remove unsused Message.keepMessage
if session disconnected during sendBytes, session.messageOut may be set to nil before write in session.onDisconnect()
…_bug Fix sequence number bug when storage fails
Refactor external stores into packages
…es/github.com/mattn/go-sqlite3-1.14.18 Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18
Bumps [github.com/armon/go-proxyproto](https://github.com/armon/go-proxyproto) from 0.0.0-20210323213023-7e956b284f0a to 0.1.0. - [Commits](https://github.com/armon/go-proxyproto/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/armon/go-proxyproto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…es/github.com/armon/go-proxyproto-0.1.0 Bump github.com/armon/go-proxyproto from 0.0.0-20210323213023-7e956b284f0a to 0.1.0
…es/go.mongodb.org/mongo-driver-1.13.0 Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.18.0. - [Commits](golang/net@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…es/golang.org/x/net-0.18.0 Bump golang.org/x/net from 0.17.0 to 0.18.0
Postgres support upgrades
Adds v0.9.0 release notes
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.