github.com/goravel/framework
v1.18.0
#2547 most downloaded on Go modules
goravel/framework
What this package is like to depend on
Last release 5 days ago
19 Aug 2026
Ships on a steady schedule
a new release about every 9 days
Rarely documented
notes for 10 of 107 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
1043 releases · first in 2021
488 releases in the last 12 months
see the full history below
Release timeline
1043 releases · Nov 2021 to Aug 2026Releases
latest 60 of 1043-
v1.18.1-0.20260819065651-8776c54ddba219 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260817064937-5c0c403bc25c17 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260817032619-265fbc4cc7d317 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260816135923-f66c429b2f0a16 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260816093758-fcfadc23b06216 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260815034608-dc14c94f815015 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260811104128-2f75a138678411 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260805092716-cf1480b9a04705 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260805080351-d2e95f66f30605 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260805033110-2823f5936eb005 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260804104356-c0b610b049d704 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260803094750-76f0557ffb8c03 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260803072036-9137d766996803 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260803033752-c441ea63940403 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260802085640-2aa82fd133a702 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260801034232-e478bc7f85e101 Aug 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260731090025-d8687160f9d431 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260730085543-afc3320d9d4b30 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260728092838-9057c685fb1128 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260727074829-e3978ef9131b27 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260727074755-0c23dc0eced227 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260726103841-8671c4ae19db26 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260726094430-b8fd7622d23326 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260726031021-803506513b2526 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260726020313-c814e9acea5c26 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260725144521-95ea97bb669d25 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260725114535-19e84864a5ab25 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260724081045-8b12654652e524 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260724073638-d28665f414fb24 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260719235645-60523cf44dff19 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260713081830-52f8fb0cbddd13 Jul 2026 pre-releaseNothing published for this version
-
v1.18.1-0.20260711031419-a49f4d196dfd11 Jul 2026 pre-releaseNothing published for this version
-
v1.18.004 Jul 2026Release notes
Open source →What's Changed
- chore: Update upgrade DB packages by @renovate[bot] in #1374
- Internalize file rotation logic from goravel/file-rotatelogs by @hwbrzzl with @Copilot in #1375
- chore: Update non-major dependencies by @renovate[bot] in #1373
- feat: [#726] Add HTTP server and client telemetry instrumentation [5] by @krishankumar01 in #1326
- chore: optimize runner tests for Windows by @hwbrzzl in #1377
- chore: Update non-major dependencies by @renovate[bot] in #1378
- fix: runner stuck by @hwbrzzl in #1381
- chore: Update non-major dependencies by @renovate[bot] in #1382
- feat: [#849] Add table support to the console context by @krishankumar01 in #1380
- feat: [#546] artisan command up and down to set website Maintenance mode by @praem90 in #1198
- feat: laravel collection by @ahmed3mar in #1134
- Increase route module coverage for factory, provider, and runner wiring paths by @hwbrzzl with @Copilot in #1384
- chore: optimize interface by @hwbrzzl in #1389
- Increase crypt module coverage by exercising AES key validation and failure paths by @hwbrzzl with @Copilot in #1385
- Increase filesystem module test coverage for storage, service provider, and file facade paths by @hwbrzzl with @Copilot in #1387
- Increase mail module test coverage to 70%+ with focused unit tests by @hwbrzzl with @Copilot in #1386
- Increase hash module coverage with targeted tests for driver selection and service provider paths by @hwbrzzl with @Copilot in #1388
- chore: add AI instructions file by @h2zi in #1393
- Increase core framework coverage via targeted service provider and builder-path tests by @hwbrzzl with @Copilot in #1391
- Increase infrastructure module coverage by adding Process/Packages/Log/Schedule tests and fixing errors.As target forwarding by @hwbrzzl with @Copilot in #1392
- test: expand service-layer coverage across Event, Queue, gRPC, Cache, and Console by @hwbrzzl with @Copilot in #1390
- chore: Update non-major dependencies by @renovate[bot] in #1399
- chore: add generate flag to artisan build command by @almas-x in #1402
- feat: [#911] add query context accessor by @almas-x in #1401
- chore: optimize agents by @hwbrzzl in #1396
- Pass unset rollback options through to migrator (remove forced batch=1) by @hwbrzzl with @Copilot in #1406
- collect: fix lazy channel draining leaks and align collection edge-case behavior by @hwbrzzl with @Copilot in #1409
- feat: [#915] add AI module by @hwbrzzl in #1410
- chore: Update non-major dependencies by @renovate[bot] in #1413
- refactor: implement new validation engine infrastructure by @h2zi in #1397
- feat: add builtin validation rules and filters by @h2zi in #1416
- fix(validation): preserve wildcard slice shape, nil traversal, and message priority by @hwbrzzl in #1417
- chore: Update non-major dependencies by @renovate[bot] in #1420
- feat: add create-update-pr skill by @hwbrzzl in #1419
- Fix artisan make imports to use full go module path by @hwbrzzl with @Copilot in #1422
- chore: avoid installing ai facade for now by @hwbrzzl in #1424
- feat: [#916] Implement AI module with provider resolver and OpenAI driver by @hwbrzzl in #1421
- fix: [#934] Modify queue database connection when installing db driver by @hwbrzzl in #1425
- chore: Update codecov/codecov-action action to v6 by @renovate[bot] in #1428
- chore: Update non-major dependencies by @renovate[bot] in #1427
- refactor: replace manual path construction with centralized path helpers by @hwbrzzl in #1426
- chore: Update module github.com/openai/openai-go to v3 by @renovate[bot] in #1429
- refactor(foundation): decouple up/down commands and suppress unregistered binding noise by @hwbrzzl in #1431
- chore: Update module github.com/openai/openai-go to v3 by @renovate[bot] in #1430
- feat(ai): add make:agent artisan command by @hwbrzzl in #1432
- chore: Update non-major dependencies by @renovate[bot] in #1434
- feat: add DriverWithReceive interface for batch-consuming queue drivers by @h2zi in #1435
- feat: [#881] add imports alias support in package setup by @almas-x in #1437
- chore: add GitHub Copilot instructions by @hwbrzzl in #1438
- ci: add workflow to test in goravel/example by @hwbrzzl in #1439
- feat(ai): add streaming support to Conversation by @hwbrzzl in #1433
- chore: Update non-major dependencies by @renovate[bot] in #1440
- chore: Update actions/cache action to v5 by @renovate[bot] in #1441
- test(orm): cover Select(Associations).Update many-to-many behavior by @hwbrzzl in #1442
- chore: add solve-pr-comments agent skill by @hwbrzzl in #1444
- feat(ai): add tool calling support by @hwbrzzl in #1443
- feat(ai): add tool calling support to Stream() by @hwbrzzl in #1445
- chore: Update non-major dependencies by @renovate[bot] in #1448
- fix(auth): reject jwt token when guard mismatches (#924) by @krishankumar01 in #1446
- fix(readme): add inline-flex style to contributor links by @hwbrzzl in #1450
- feat: add gRPC TLS/mTLS transport credentials support by @LinboLen in #1451
- feat(ai): add prompt middleware support by @hwbrzzl in #1449
- feat(ai): add default agent middleware by @hwbrzzl in #1453
- chore: Update non-major dependencies to e10c466 by @renovate[bot] in #1454
- feat(ai): add attachment support by @hwbrzzl in #1455
- feat(ai): switch OpenAI provider to responses API by @hwbrzzl in #1457
- feat(ai): add attachment helper subpackages by @hwbrzzl in #1458
- feat(ai): add attachment upload support by @hwbrzzl in #1459
- fix: [#946] stop WithContext from leaking framework context keys by @krishankumar01 in #1456
- feat(ai): add image generation support by @hwbrzzl in #1461
- feat(ai): support provider-managed files by @hwbrzzl in #1460
- fix(ai): remove context from image response content by @hwbrzzl in #1462
- chore: Update non-major dependencies by @renovate[bot] in #1464
- feat(ai): add image storage helpers by @hwbrzzl in #1465
- refactor(ai): rename agent response interfaces by @hwbrzzl in #1466
- chore: Update non-major dependencies by @renovate[bot] in #1468
- feat(ai): add audio generation support by @hwbrzzl in #1467
- feat(ai): add transcription support by @hwbrzzl in #1470
- chore: Update non-major dependencies by @renovate[bot] in #1471
- chore: Update non-major dependencies by @renovate[bot] in #1472
- feat(ai): expose text max_tokens in provider config by @hwbrzzl in #1473
- chore: Update codecov/codecov-action action to v7 by @renovate[bot] in #1479
- chore: Update non-major dependencies by @renovate[bot] in #1478
- feat: [#726] Add telemetry lifecycle management [6] by @krishankumar01 in #1474
- feat(ai): add provider failover by @goravel-coder in #1480
- feat: [#726] Harden OTLP exporter configuration [7] by @krishankumar01 in #1475
- feat: support cache maintenance mode driver by @goravel-coder in #1481
- fix: [#925] rotate session on login and logout to prevent session fixation by @krishankumar01 in #1447
- fix: [#726] scope log handler cache to the application by @krishankumar01 in #1482
- feat(ai): add failover rule helpers by @goravel-coder in #1484
- fix: update maintenance mode route dependency by @goravel-coder in #1485
- fix: read maintenance config from app config by @goravel-coder in #1486
- feat(ai): add make tool command by @goravel-coder in #1487
- feat(ai): customize make command paths by @goravel-coder in #1488
- fix: [#942] use connection driver for schema by @goravel-coder in #1489
- fix: [#941] separate raw mail text from views by @goravel-coder in #1491
- feat: add WithTitle option to AI attachment options by @goravel-coder in #1492
- chore: Update non-major dependencies by @renovate[bot] in #1493
- test: add regression coverage for full generator import paths by @goravel-coder in #1494
- fix: [#945] ignore empty cache prefix by @krishankumar01 in #1496
- feat: add Shutdownable interface for graceful console signal handling by @goravel-coder in #1495
- feat: [#967] add wildcard app.disabled_runners config and remove app.auto_run by @goravel-coder in #1499
- feat: [#959] add WithCommandsFilter builder to scope registered Artisan commands by @goravel-coder in #1500
- feat: [#962] allow extension packages to register view directories by @goravel-coder in #1502
- feat: validation error messages should use the framework translation … by @h2zi in #1436
- feat: add lang:publish command, remove hardcoded Publishes by @goravel-coder in #1503
- chore: Update actions/checkout action to v7 by @renovate[bot] in #1505
- chore: Update non-major dependencies to 87f3d3e by @renovate[bot] in #1504
- feat: [#726] database auto instrumentation [8] by @krishankumar01 in #1477
- feat: rename grpc.servers config key to grpc.clients by @goravel-coder in
Note truncated.
-
v1.17.304 Jul 2026Release notes
Open source →What's Changed
- fix:[#935] artisan make imports to use full go module path by @hwbrzzl in #1423
- fix: [#942] use connection driver for schema by @goravel-coder in #1490
- test: add regression coverage for full generator import paths by @u-wlkjyy in #1483
- fix: reorder configureMiddleware before Boot so provider routes survive engine rebuild (#975) by @goravel-coder in #1510
- fix: respect LOG_LEVEL in Writer.log() by @goravel-coder in #1520
Full Changelog: v1.17.2...v1.17.3
-
v1.17.3-0.20260704041804-bd3ec82fa2e904 Jul 2026 pre-releaseNothing published for this version
-
v1.17.213 Mar 2026Release notes
Open source →What's Changed
- chore: optimize runner tests for Windows by @hwbrzzl in #1379
- Backport migrate rollback option pass-through to v1.17.x by @Copilot in #1408
Full Changelog: v1.17.1...v1.17.2
-
v1.17.2-0.20260704091648-a554ced468ca04 Jul 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260629045658-ca1f3f2b35c629 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260629022142-232508e62f0f29 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260628054249-4936f54abb6428 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260628052651-b38623978b1a28 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260628041025-f894c16f3be528 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260628034121-c001a678612428 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260628023356-ff142c06ff7728 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627145211-97684177fa4627 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627084235-9e93358bfb2727 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627081828-af44e61afbf627 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627074221-e2e18399d62727 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627061228-4975a9bf6bda27 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627060246-ca73ef4cb36227 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627035548-8c6802e2775527 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627030239-d174ca3d496527 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260627025629-a717bd4a69e327 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260623092451-24b53315d68523 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260622085304-0491095cd8f322 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260622065216-24b541342f8122 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260621055040-44eee965278e21 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260621022129-9ffa3e9c7e4521 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260621005704-d8eba2a65e9121 Jun 2026 pre-releaseNothing published for this version
-
v1.17.2-0.20260620111819-895a1923bd9120 Jun 2026 pre-releaseNothing published for this version