File tree Expand file tree Collapse file tree 13 files changed +65
-55
lines changed Expand file tree Collapse file tree 13 files changed +65
-55
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ v6.11.1] ( https://github.com/felixmosh/bull-board/compare/v6.11.0...v6.11.1 )
8+
9+ - Switch to file streaming to improve memory efficiency [ ` #976 ` ] ( https://github.com/felixmosh/bull-board/pull/976 )
10+ - bump versions [ ` 75e57f8 ` ] ( https://github.com/felixmosh/bull-board/commit/75e57f8ebdc0ade9f6010fec2213e95500d158f9 )
11+ - migrate to oxlint [ ` 67549ee ` ] ( https://github.com/felixmosh/bull-board/commit/67549ee20f7e1eed91796f5eba0bd4faa4d0a595 )
12+ - fix: remove unused import [ ` 314c69e ` ] ( https://github.com/felixmosh/bull-board/commit/314c69eecdef029503ec41c92d75c01e8dc84350 )
13+
714#### [ v6.11.0] ( https://github.com/felixmosh/bull-board/compare/v6.10.1...v6.11.0 )
815
16+ > 3 July 2025
17+
918- Other/resizable left panel [ ` #972 ` ] ( https://github.com/felixmosh/bull-board/pull/972 )
1019- Addition of Turkish Language [ ` #970 ` ] ( https://github.com/felixmosh/bull-board/pull/970 )
1120- feat(ui): Add Japanese language [ ` #969 ` ] ( https://github.com/felixmosh/bull-board/pull/969 )
1221- chore(deps): bump brace-expansion [ ` #967 ` ] ( https://github.com/felixmosh/bull-board/pull/967 )
1322- chore(deps): bump the npm_and_yarn group across 2 directories with 1 update [ ` #966 ` ] ( https://github.com/felixmosh/bull-board/pull/966 )
23+ - Release 6.11.0 [ ` 4202ebf ` ] ( https://github.com/felixmosh/bull-board/commit/4202ebf9b5600d44ab056a13da831a016318d201 )
1424- bump lock [ ` 7573df1 ` ] ( https://github.com/felixmosh/bull-board/commit/7573df1541120fd25e3525df5b005ba69b9f9197 )
1525- fix: use types from source [ ` 0331d38 ` ] ( https://github.com/felixmosh/bull-board/commit/0331d38bd2d78a68dab4fe0bce35aa94eb048b38 )
1626
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/root" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "private" : true ,
55 "description" : " Bull queue UI for inspecting jobs" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/api" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "description" : " A Dashboard server API built on top of bull or bullmq." ,
55 "keywords" : [
66 " bull" ,
3939 "supertest" : " ^7.1.1"
4040 },
4141 "peerDependencies" : {
42- "@bull-board/ui" : " 6.11.0 "
42+ "@bull-board/ui" : " 6.11.1 "
4343 },
4444 "publishConfig" : {
4545 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/elysia" ,
33 "type" : " commonjs" ,
4- "version" : " 6.11.0 " ,
4+ "version" : " 6.11.1 " ,
55 "description" : " A Elysia server adapter for Bull-Board dashboard." ,
66 "keywords" : [
77 " bull" ,
3434 "clean" : " rm -rf dist"
3535 },
3636 "dependencies" : {
37- "@bull-board/api" : " 6.11.0 " ,
38- "@bull-board/ui" : " 6.11.0 " ,
37+ "@bull-board/api" : " 6.11.1 " ,
38+ "@bull-board/ui" : " 6.11.1 " ,
3939 "ejs" : " ^3.1.10" ,
4040 "mimeV4" : " npm:mime@^4.0.7"
4141 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/express" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "description" : " A Express.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.11.0 " ,
32- "@bull-board/ui" : " 6.11.0 " ,
31+ "@bull-board/api" : " 6.11.1 " ,
32+ "@bull-board/ui" : " 6.11.1 " ,
3333 "ejs" : " ^3.1.10" ,
3434 "express" : " ^4.21.1 || ^5.0.0"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/fastify" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "description" : " A Fastify.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.11.0 " ,
32- "@bull-board/ui" : " 6.11.0 " ,
31+ "@bull-board/api" : " 6.11.1 " ,
32+ "@bull-board/ui" : " 6.11.1 " ,
3333 "@fastify/static" : " ^8.2.0" ,
3434 "@fastify/view" : " ^11.1.0" ,
3535 "ejs" : " ^3.1.10"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/h3" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "description" : " A H3 server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2929 "clean" : " rm -rf dist"
3030 },
3131 "dependencies" : {
32- "@bull-board/api" : " 6.11.0 " ,
33- "@bull-board/ui" : " 6.11.0 " ,
32+ "@bull-board/api" : " 6.11.1 " ,
33+ "@bull-board/ui" : " 6.11.1 " ,
3434 "ejs" : " ^3.1.10" ,
3535 "h3" : " ^1.15.3"
3636 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hapi" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "description" : " A Hapi.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2929 "clean" : " rm -rf dist"
3030 },
3131 "dependencies" : {
32- "@bull-board/api" : " 6.11.0 " ,
33- "@bull-board/ui" : " 6.11.0 " ,
32+ "@bull-board/api" : " 6.11.1 " ,
33+ "@bull-board/ui" : " 6.11.1 " ,
3434 "@hapi/inert" : " ^7.1.0" ,
3535 "@hapi/vision" : " ^7.0.3" ,
3636 "ejs" : " ^3.1.10"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/hono" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "description" : " A Hono server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.11.0 " ,
32- "@bull-board/ui" : " 6.11.0 " ,
31+ "@bull-board/api" : " 6.11.1 " ,
32+ "@bull-board/ui" : " 6.11.1 " ,
3333 "ejs" : " ^3.1.10"
3434 },
3535 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @bull-board/koa" ,
3- "version" : " 6.11.0 " ,
3+ "version" : " 6.11.1 " ,
44 "description" : " A Koa.js server adapter for Bull-Board dashboard." ,
55 "keywords" : [
66 " bull" ,
2828 "clean" : " rm -rf dist"
2929 },
3030 "dependencies" : {
31- "@bull-board/api" : " 6.11.0 " ,
32- "@bull-board/ui" : " 6.11.0 " ,
31+ "@bull-board/api" : " 6.11.1 " ,
32+ "@bull-board/ui" : " 6.11.1 " ,
3333 "@koa/bodyparser" : " ^5.1.2" ,
3434 "@ladjs/koa-views" : " ^9.0.0" ,
3535 "ejs" : " ^3.1.10" ,
You can’t perform that action at this time.
0 commit comments