Skip to content

Commit

Permalink
#189 Prepare for versioned release (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Oct 1, 2024
1 parent c490677 commit c903eab
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning].

-

## [0.14.2] - 2024-10-01

### Changed in 0.14.2

- Update Sz Flags
- Add `PreprocessRecord()`

## [0.14.1] - 2024-09-05

### Changed in 0.14.1
Expand Down
2 changes: 1 addition & 1 deletion response/response_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DO NOT EDIT. This code is generated.
// Generated by: sz-sdk-go/bin/generate_senzing_unmarshal_test.py
// Generated for: sz-sdk-go/senzing/unmarshal_test.go
// Generated date: 2024-09-30T17:49:18.715755+00:00
// Generated date: 2024-10-01T17:47:37.802612+00:00

package response

Expand Down
1 change: 1 addition & 0 deletions senzing/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ type SzEngine interface {
GetStats(ctx context.Context) (string, error)
GetVirtualEntityByRecordID(ctx context.Context, recordKeys string, flags int64) (string, error)
HowEntityByEntityID(ctx context.Context, entityID int64, flags int64) (string, error)
PreprocessRecord(ctx context.Context, recordDefinition string, flags int64) (string, error)
PrimeEngine(ctx context.Context) error
ProcessRedoRecord(ctx context.Context, redoRecord string, flags int64) (string, error)
ReevaluateEntity(ctx context.Context, entityID int64, flags int64) (string, error)
Expand Down
4 changes: 4 additions & 0 deletions szengine/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ var IDMessages = map[int]string{
74: "Exit " + Prefix + "WhyRecordInEntity(%s, %s, %d) returned (%s, %v).",
75: "Enter " + Prefix + "WhyRecords(%s, %s, %s, %s, %d).",
76: "Exit " + Prefix + "WhyRecords(%s, %s, %s, %s, %d) returned (%s, %v).",
77: "Enter " + Prefix + "PreprocessRecord(%s, %d).",
78: "Exit " + Prefix + "PreprocessRecord(%s, %d) returned (%s, %v).",
703: "Enter " + Prefix + "RegisterObserver(%s).",
704: "Exit " + Prefix + "RegisterObserver(%s) returned (%v).",
705: "Enter " + Prefix + "SetLogLevel(%s).",
Expand Down Expand Up @@ -153,6 +155,7 @@ var IDMessages = map[int]string{
4058: Prefix + "Sz_whyRecordInEntity_V2(%s, %s, %d) failed. Return code: %d",
4059: Prefix + "Sz_whyRecords(%s, %s, %s, %s) failed. Return code: %d",
4060: Prefix + "Sz_whyRecords_V2(%s, %s, %s, %s, %d) failed. Return code: %d",
4061: Prefix + "Sz_preprocessRecord(%s, %d) failed. Return code: %d",
8001: Prefix + "AddRecord",
8002: Prefix + "CloseExport",
8003: Prefix + "CountRedoRecords",
Expand Down Expand Up @@ -187,6 +190,7 @@ var IDMessages = map[int]string{
8032: Prefix + "WhyEntities",
8033: Prefix + "WhyRecordInEntity",
8034: Prefix + "WhyRecords",
8035: Prefix + "PreprocessRecord",
8702: Prefix + "RegisterObserver",
8703: Prefix + "SetLogLevel",
8704: Prefix + "UnregisterObserver",
Expand Down
2 changes: 1 addition & 1 deletion szerror/szerrortypes.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DO NOT EDIT. This code is generated.
// Generated by: sz-sdk-errors/bin/generate_go.py
// Generated for: sz-sdk-go/szerror/szerrortypes.go
// Generated date: 2024-08-01T14:07:39.864012+00:00
// Generated date: 2024-09-05T14:22:25.491728+00:00

package szerror

Expand Down

0 comments on commit c903eab

Please sign in to comment.