The cell_meta field is now part of the ExecutionInfo object, which is passed to IPython extensions in the pre_run_cell and post_run_cell callbacks.
cell_meta
ExecutionInfo
pre_run_cell
post_run_cell
See PR #15071