Skip to content

Tags: keploy/keploy

Tags

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: redirect docker-compose logs to a file when output is a TTY (#3424)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update docker SDK to support docker server API version 1.52+ (#…

…3418)

* chore: update dependencies in go.mod and go.sum for compatibility and performance improvements

* fix: prevent logging "process already finished" errors during agent shutdown and remove explicit agent startup from node test workflow.

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent unnecessary JSON escaping for full-body template replace…

…ments (#3391)

* fix: invalid character \n in string literal in case of placeholders in testcases

Signed-off-by: Asish Kumar <[email protected]>

* refactor: Optimize and harden template rendering function

Signed-off-by: Asish Kumar <[email protected]>

* fix: fetch latest v2 tag for pipeline

Signed-off-by: Asish Kumar <[email protected]>

* refactor: update Docker SDK to v28.5.2 and adapt API calls to new type definitions.

* refactor: update mock Docker client method signatures to use granular Docker API types

---------

Signed-off-by: Asish Kumar <[email protected]>
Co-authored-by: slayerjain <[email protected]>

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: synchronous mocking relative to test cases (#3403)

* fix: fixed sync recording by dialing server sequentially

Signed-off-by: kapish <[email protected]>

* chore: improved code quality, removed commented code

Signed-off-by: kapish <[email protected]>

* chore: added comments and removed print statement

Signed-off-by: kapish <[email protected]>

* chore: synchronous mock recording with test case

Signed-off-by: kapish <[email protected]>

* chore: synchronous json bson correction

Signed-off-by: kapish <[email protected]>

* chore: addressed review comments and improved code clarity

Signed-off-by: kapish <[email protected]>

* chore: improve code quality

Signed-off-by: kapish <[email protected]>

---------

Signed-off-by: kapish <[email protected]>
Signed-off-by: Kapish Upadhyay <[email protected]>

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: synchronous mocking relative to test cases (#3403)

* fix: fixed sync recording by dialing server sequentially

Signed-off-by: kapish <[email protected]>

* chore: improved code quality, removed commented code

Signed-off-by: kapish <[email protected]>

* chore: added comments and removed print statement

Signed-off-by: kapish <[email protected]>

* chore: synchronous mock recording with test case

Signed-off-by: kapish <[email protected]>

* chore: synchronous json bson correction

Signed-off-by: kapish <[email protected]>

* chore: addressed review comments and improved code clarity

Signed-off-by: kapish <[email protected]>

* chore: improve code quality

Signed-off-by: kapish <[email protected]>

---------

Signed-off-by: kapish <[email protected]>
Signed-off-by: Kapish Upadhyay <[email protected]>

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: make docker publish for v3 (#3394)

Signed-off-by: Sarthak160 <[email protected]>

v2.11.34

Toggle v2.11.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: url templatize in case of encoded string (#3373)

* fix: url templatize in case of encoded string

Signed-off-by: kapish <[email protected]>

* fix: url templatize in case of encoded string in grpc

Signed-off-by: kapish <[email protected]>

---------

Signed-off-by: kapish <[email protected]>

v2.11.33

Toggle v2.11.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: test execution order with response timestamp fallback (#3364) (#…

…3365)

Signed-off-by: gouravkrosx <[email protected]>

v2.11.32

Toggle v2.11.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fixing passthrough function by enabling looping, for long lived …

…connections (#3327)

Signed-off-by: kapish <[email protected]>

v2.11.31

Toggle v2.11.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: noise filteration for nested fields and report noise detection (#…

…3312)

* fix: noise filteration for nested fields and report noise detection

Signed-off-by: Asish Kumar <[email protected]>

* fix: noise filteration for nested fields in grpc and common util func

Signed-off-by: Asish Kumar <[email protected]>

* fix: add debug logs for grpc global noise filteration

Signed-off-by: Asish Kumar <[email protected]>

* fix: skip the noise instead of removing it

Signed-off-by: Asish Kumar <[email protected]>

---------

Signed-off-by: Asish Kumar <[email protected]>
Co-authored-by: Gourav kumar <[email protected]>