CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 00:39:50 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"6f498ffdee8e550692df8491db154f71"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=H%2BHby0nKmN%2FnknLw8p3vGumfCdg8Kw15WNiab7Sp0VV8JlS1VwGjufs0d0XgQe6N%2Bg7gr3Q0Tl6Jr7Mg%2Fw%2BAXSPZL9kEUCPGUprAM3ZVa%2FVdMYcNVhQ442Aj4zbq99vbQHVx3Qy9OG2VTl13NjKwBmGj002JL81Ur9DNltw0pGNDPPh%2Br28Wz9NsACb4Qdc390FjmtCunb5NMsUMh2ldKQ89WZUfBpcOyIXWydRgebg2JtAfg%2Fsh2hgnf%2FYCF%2FaB1KxTvESymZrb4ifUlFSxUg%3D%3D--RJFGGVS3WxjsEwwi--UP7n5FgvoPICqNev0O2oUQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1429162048.1753317590; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 00:39:50 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 00:39:50 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9FF8:221257:1D0B57:28F04C:688180D6
Releases Β· mockk/mockk Β· GitHub
16 Jul 17:45
Loading
22 Jun 21:57
Loading
21 Jun 21:00
Loading
29 Apr 09:41
Loading
09 Apr 12:37
Loading
04 Mar 10:37
Loading
10 Jan 14:08
Loading
20 Dec 14:14
Loading
09 Oct 09:45
Loading
15 Jul 14:03
Loading
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 375
Releases: mockk/mockk
Releases Β· mockk/mockk
1.14.5
Compare
What's Changed
- [Feature] Implement BDD-style aliases as separate module (mockk-bdd) by @Minseok-2001 in #1399
- fix: downgrade byte-buddy to 1.5.11 by @Komdosh in #1413
New Contributors
- @Minseok-2001 made their first contribution in #1399
Full Changelog: 1.14.4...1.14.5
Assets 2
9 people reacted
1.14.4
Compare
This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.
Full Changelog: 1.14.3...1.14.4
Assets 2
7 people reacted
1.14.3
Compare
What's Changed
- chore: bump byte buddy version to support java 24 by @Komdosh in #1387
- chore: bump gradle version to 8.14 by @Komdosh in #1389
- chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiter by @Komdosh in #1388
- Add recursive detection of meta-annotations by @VitalyVPinchuk in #1393
- chore: bump kotlin to 2.1.20 by @Komdosh in #1390
- fix: enable confirmVerified to work with static mocks by @happysubin in #1396
- Add logging on failure inside withArg by @Djaler in #1395
- Update Android aritfacts to support 16kb page sizes by @WhosNickDoglio in #1394
- Use instance factory for value classes with any() matcher by @esafak in #1403
New Contributors
- @Komdosh made their first contribution in #1387
- @happysubin made their first contribution in #1396
- @Djaler made their first contribution in #1395
- @WhosNickDoglio made their first contribution in #1394
- @esafak made their first contribution in #1403
Full Changelog: 1.14.2...1.14.3
Assets 2
9 people reacted
1.14.2
Compare
What's Changed
- Change mockk configuration paths to test sourceSet by @TWiStErRob in #1378
- Use redefine if mockkStatic is used (fix candidate for #1375) by @sgerke-1L in #1376
Full Changelog: 1.14.0...1.14.2
Assets 2
6 people reacted
1.14.0
Compare
What's Changed
- Update the kdoc of verifyAll to describe its behavior correctly by @harel-biton in #1363
- Fix returning result values by @burnoo in #1352
- fix: ensure confirmVerified is isolated per test by @rsvinicius in #1367
- Do not generate visibility bridge for package-private default methods (fixes #1118) by @sgerke-1L in #1366
- fix: handle fallback to default constructor parameters in constructed⦠by @VitalyVPinchuk in #1370
New Contributors
- @harel-biton made their first contribution in #1363
- @burnoo made their first contribution in #1352
- @rsvinicius made their first contribution in #1367
- @sgerke-1L made their first contribution in #1366
- @VitalyVPinchuk made their first contribution in #1370
Full Changelog: 1.13.17...1.14.0
Assets 2
4 people reacted
1.13.17
Compare
What's Changed
- Fix(Issue #1333): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice by @kpadhiamex in #1334
- Fix (issue# 1329) parallel testing for unmockkAll by @kpadhiamex in #1335
- [#1304] feat: Restrict mocking of certain classes and add configuration option by @devtaebong in #1340
- Update README.md - Clarify that private fields cannot be mocked by @p4ulor in #1347
- Added new property "failOnSetBackingFieldException" to fail test if a backing field could not be set by @cgm-aw in #1349
- Fix compilation error in constructedWith docs by @TWiStErRob in #1354
New Contributors
- @devtaebong made their first contribution in #1340
- @p4ulor made their first contribution in #1347
- @cgm-aw made their first contribution in #1349
- @TWiStErRob made their first contribution in #1354
Full Changelog: 1.13.16...1.13.17
Assets 2
6 people reacted
1.13.16
Compare
What's Changed
- Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEvery by @kpadhiamex in #1332
Full Changelog: 1.13.14...1.13.16
Assets 2
7 people reacted
1.13.14
Compare
What's Changed
- fix(1308): Handle nullable complex and nested value classes by @VasilisDrettas-tomtom in #1314
- Fix(Issue no. 1330) for Relaxed Mocking Value When Property is Nested Value Class by @kpadhiamex in #1331
New Contributors
- @kpadhiamex made their first contribution in #1331
Full Changelog: 1.13.13...1.13.14
Assets 2
3 people reacted
1.13.13
Compare
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in #1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in #1253
- Fix RequireParallelTesting Annotation by @thamp59 in #1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in #1276
- build(issue 1280): bump toolchain-jvm version to 17 by @Kulesko in #1281
- fix(1284): do not transform static constructor by @LitterSun in #1285
- Remove unused loggers by @Sandhya2902 in #1011
- chore: converting functions to expression bodies and minor function refactoring by @casplattel in #1260
- Add anyNullable by @NWuensche in #1287
- fix(813): Handle nullable value classes by @VasilisDrettas-tomtom in #1295
- Improve error message on unexpected calls count by @MGaetan89 in #1298
- Run
unmockkAll
after each JUnit 5 test by @erikhuizinga in #1297
New Contributors
- @SackCastellon made their first contribution in #1253
- @thamp59 made their first contribution in #1265
- @xzhang-brex made their first contribution in #1276
- @Kulesko made their first contribution in #1281
- @LitterSun made their first contribution in #1285
- @VasilisDrettas-tomtom made their first contribution in #1295
- @MGaetan89 made their first contribution in #1298
Full Changelog: 1.13.11...1.13.13
Assets 2
10 people reacted
1.13.12
Compare
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in #1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in #1253
- Fix RequireParallelTesting Annotation by @thamp59 in #1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in #1276
New Contributors
- @SackCastellon made their first contribution in #1253
- @thamp59 made their first contribution in #1265
- @xzhang-brex made their first contribution in #1276
Full Changelog: 1.13.11...1.13.12
Assets 2
12 people reacted
Previous Next
You canβt perform that action at this time.