Commit Graph

8 Commits

Author SHA1 Message Date
175762c9a7 docs: Comprehensive v3 readme with full API documentation 2025-11-29 21:23:07 +00:00
820f84ee61 fix(core): Resolve TypeScript strict mode and ES client API compatibility issues for v3.0.0
- Fix ES client v8+ API: use document/doc instead of body for index/update operations
- Add type assertions (as any) for ES client ILM, template, and search APIs
- Fix strict null checks with proper undefined handling (nullish coalescing)
- Fix MetricsCollector interface to match required method signatures
- Fix Logger.error signature compatibility in plugins
- Resolve TermsQuery type index signature conflict
- Remove sourceMap from tsconfig (handled by tsbuild with inlineSourceMap)
2025-11-29 21:19:28 +00:00
0701207acd fix(ci): Update CI workflows and build config; bump dependencies; code style and TS config fixes 2025-11-29 09:48:31 +00:00
391c6bd45d fix(core): update 2023-07-04 09:33:18 +02:00
e56439e9f4 fix(core): update 2023-07-04 09:13:14 +02:00
1dbf3724d0 fix(core): update 2019-11-03 00:49:35 +01:00
34ffce83bd fix(core): update 2018-08-12 16:42:09 +02:00
e46d15936a feat(core): initial commit 2018-01-25 00:38:07 +01:00